blob: ad61eca130035f42ad10fb9819f31b1a66cede68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- src/c/apache1/Makefile.in.orig Mon Oct 11 11:34:53 2004
+++ src/c/apache1/Makefile.in Mon Oct 11 12:44:59 2004
@@ -38,8 +38,7 @@
$(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)
+ %%APXS%% -e -a -n caucho mod_caucho.so
clean :
- rm *.o *.lo *.la *.so .libs
|