Browse Source

ugly and working

experimental/newoperator
Sascha Schumann 27 years ago
parent
commit
bd031b0422
  1. 3
      Makefile.in

3
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:

Loading…
Cancel
Save