From: Sascha Schumann Date: Sat, 3 Jul 1999 22:05:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: BEFORE_REMOVING_GC_STEP1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=377d7d599d29ce5a2f8cf09d5c0cecd4501ffa82;p=php *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index ba1d252fa6..d1d981db23 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,9 +109,9 @@ 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 - -@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) + -@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: (cd regex; $(MAKE) lib) @@ -163,6 +163,12 @@ distdir: fi; \ done (cd $(distdir) ; $(MAKE) distclean) + cd $(distdir)/libzend ;\ + flex -Pzend -ozend-scanner.c -i zend-scanner.l ;\ + bison -p zend -v -d zend-parser.y -o zend-parser.c + cd $(distdir) ;\ + flex -Pcfg -oconfiguration-scanner.c -i configuration-scanner.l ;\ + bison -p cfg -v -d configuration-parser.y -o configuration-parser.c find $(distdir) -name CVS -o -name .cvsignore | xargs rm -rf