File: 006-Makefile.in.dpatch

package info (click to toggle)
libapache-mod-log-sql 1.100-14
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 932 kB
  • ctags: 365
  • sloc: sh: 2,861; ansic: 2,189; xml: 2,010; makefile: 371; perl: 250; sql: 47
file content (19 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh /usr/share/dpatch/dpatch-run
## 003-Makefile.in.dpatch by Thomas Goirand <thomas@goirand.fr>
##
## DP: Make it compile for debian

@DPATCH@
--- 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@