From f3ef2ff1d087d0846af4f84ce44350f7f1770789 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 25 Jun 1999 23:40:26 +0000 Subject: [PATCH] - APXS link thingie - functions/ game obsolete. Should make compiling faster on slow machines (hi Kristian :-) --- Makefile.in | 6 +++--- 1 file 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 -- 2.40.0