]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorSascha Schumann <sas@php.net>
Sat, 3 Jul 1999 22:05:56 +0000 (22:05 +0000)
committerSascha Schumann <sas@php.net>
Sat, 3 Jul 1999 22:05:56 +0000 (22:05 +0000)
Makefile.in

index ba1d252fa69d13e774806e5422c8329565a18125..d1d981db23df91a66bd506ee5ae7ef155551fa97 100644 (file)
@@ -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