diff options
author | Sascha Schumann <sas@php.net> | 1999-06-28 03:01:48 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-06-28 03:01:48 +0000 |
commit | bd031b04229027915355b1160f3bcd16437e70ee (patch) | |
tree | 42ae4dcfe5efbae6d32ca6ba0d9d679bff2f0119 /Makefile.in | |
parent | 30e80d1a8c977ae9ed7acceec92f48249d594562 (diff) | |
download | php-git-bd031b04229027915355b1160f3bcd16437e70ee.tar.gz |
ugly and working
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d1ee3733d2..091e0c8cae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,7 +107,8 @@ libmodphp4-so.a: all-recursive $(OBJS) @REGEX_LIB@ # Apache 1.3 shared module libphp4.so: $(srcdir)/mod_php4.c libmodphp4-so.a @REGEX_LIB@ - -@test -f mod_php4.c || test -L mod_php4.c || test -h mod_php4.c || $(LN_S) $(srcdir)/mod_php4.c mod_php4.c + -@test -f mod_php4.c || test -L mod_php4.c || $(LN_S) $(srcdir)/mod_php4.c mod_php4.c + -@test -f mod_php4.c || test -h mod_php4.c || $(LN_S) $(srcdir)/mod_php4.c mod_php4.c $(APXS) $(INCLUDE) -c -o libphp4.so @RPATHS@ mod_php4.c libmodphp4-so.a $(APXS_LDFLAGS) $(APXS_EXP) regex/libregex.a: |