1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
From: Thomas Goirand <thomas@goirand.fr>
Subject: Make it compile for debian
--- mod_log_sql-1.100/Makefile.in 2005-01-12 06:00:10.000000000 +0800
+++ libapache-mod-log-sql-cvs/Makefile.in 2006-08-26 13:27:08.000000000 +0800
@@ -176,8 +176,8 @@
$(RM) -r .libs
distclean: clean distclean-subdirs
- $(RM) config.status config.log config.h config.h.in \
- configure stamp-h stamp-h.in Makefile aclocal.m4
+ $(RM) config.status config.log config.h \
+ Makefile config.nice stamp-h
$(RM) -r autom4te-2.53.cache
DESTDIR = @PACKAGE_NAME@-@PACKAGE_VERSION@
|