summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-06-25 23:40:26 +0000
committerSascha Schumann <sas@php.net>1999-06-25 23:40:26 +0000
commitf3ef2ff1d087d0846af4f84ce44350f7f1770789 (patch)
treefc792cd6ae60880964df29229cc8e90e83938e71
parentd41af4b7ebb8d876988289737d1a838784113d88 (diff)
downloadphp-git-f3ef2ff1d087d0846af4f84ce44350f7f1770789.tar.gz
- APXS link thingie
- functions/ game obsolete. Should make compiling faster on slow machines (hi Kristian :-)
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index a87358fe0a..ae470dc116 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -106,7 +106,7 @@ 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 || $(LN_S) $(srcdir)/mod_php4.c mod_php4.c
- $(APXS) $(INCLUDE) -c -o libphp4.so $(APXS_LDFLAGS) mod_php4.c libmodphp4-so.a
+ $(APXS) $(INCLUDE) -c -o libphp4.so mod_php4.c libmodphp4-so.a $(APXS_LDFLAGS)
regex/libregex.a:
(cd regex; $(MAKE) lib)
@@ -180,8 +180,8 @@ indent: clean
.c.o:
@rm -f $@
$(CC) $(CFLAGS) -c $< -o $@
- @bn=`echo $@ | sed -e 's#functions/##'`; test -f $@ || \
- (test "$@" != "$$bn" && test -f "$$bn" && mv $$bn $@)
+# @bn=`echo $@ | sed -e 's#functions/##'`; test -f $@ || \
+# (test "$@" != "$$bn" && test -f "$$bn" && mv $$bn $@)
parser-scanner: configuration-parser.c configuration-scanner.c