techtonik               Sun Apr  3 11:34:30 2005 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  - fix directory changes for cgi
  
http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.165&r2=1.166&ty=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.165 phpdoc/Makefile.in:1.166
--- phpdoc/Makefile.in:1.165    Sun Apr  3 07:53:24 2005
+++ phpdoc/Makefile.in  Sun Apr  3 11:34:29 2005
@@ -16,7 +16,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.165 2005/04/03 11:53:24 techtonik Exp $
+# $Id: Makefile.in,v 1.166 2005/04/03 15:34:29 techtonik Exp $
 #
 
 all: html
@@ -116,7 +116,7 @@
            echo "         which were not found by configure" ;\
            echo "         aborting " ;\
        else \
-           $(PHP) -q $(scriptdir)/genfunclist.php $(PHP_SOURCE) > funclist.txt 
;\
+           $(PHP) -C -q $(scriptdir)/genfunclist.php $(PHP_SOURCE) > 
funclist.txt ;\
        fi; \
         if test "$(PECL_SOURCE)" = "no" -a ! "$(PHP_SOURCE)" = "no"; then \
             echo "WARNING: pecl sources not found - pecl functions" ;\
@@ -124,7 +124,7 @@
         elif test ! "$(PHP_SOURCE)" = "no"; then \
             echo ""  >> funclist.txt ;\
             echo "# --------- PECL Stuff --------- " >> funclist.txt ;\
-            $(PHP) -q $(scriptdir)/genfunclist.php $(PECL_SOURCE) >> 
funclist.txt ;\
+            $(PHP) -C -q $(scriptdir)/genfunclist.php $(PECL_SOURCE) >> 
funclist.txt ;\
         fi
 
 funcsummary.txt: FORCE

Reply via email to