blob: bfab94b377bbdbe95eaf1c7bd03734111c088de1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur mod_tsunami-3.0.orig/Makefile mod_tsunami-3.0/Makefile
--- mod_tsunami-3.0.orig/Makefile 2004-10-03 17:36:39.000000000 -0300
+++ mod_tsunami-3.0/Makefile 2007-05-16 19:38:18.000000000 -0300
@@ -4,7 +4,7 @@
APXS=apxs
all:
- ${APXS} -i -a -c mod_tsunami.c
+ ${APXS} -a -c mod_tsunami.c
clean:
rm -fr *~ docs/*~ *.o *.so
|