blob: 458acecd7d5cb8fd2b4a7fd16a0a2926389f8285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff -Nru resin-3.0.21.vanilla/modules/c/src/apache2/Makefile.in resin-3.0.21/modules/c/src/apache2/Makefile.in
--- resin-3.0.21.vanilla/modules/c/src/apache2/Makefile.in 2006-08-14 22:44:04.000000000 +0200
+++ resin-3.0.21/modules/c/src/apache2/Makefile.in 2006-08-14 23:24:00.000000000 +0200
@@ -36,11 +36,8 @@
$(CC) -c $(INCLUDES) $(CFLAGS) $<
install : mod_caucho.la
- $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec)
- - rm -f $(apache_libexec)/mod_caucho.la
- - rm -f $(apache_libexec)/mod_caucho.a
- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \
- -resin_home $(resin_home)
+ mkdir -p $(DESTDIR)$(apache_libexec)
+ $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(DESTDIR)$(apache_libexec)
clean :
- rm -r *.o *.lo *.la *.so .libs
|