wez Sun Aug 1 07:33:58 2004 EDT Modified files: /php-src/win32/build Makefile Log: snap this rule in half for vc6 http://cvs.php.net/diff.php/php-src/win32/build/Makefile?r1=1.25&r2=1.26&ty=u Index: php-src/win32/build/Makefile diff -u php-src/win32/build/Makefile:1.25 php-src/win32/build/Makefile:1.26 --- php-src/win32/build/Makefile:1.25 Sun Aug 1 07:19:33 2004 +++ php-src/win32/build/Makefile Sun Aug 1 07:33:58 2004 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EMAIL PROTECTED]> | # +----------------------------------------------------------------------+ # -# $Id: Makefile,v 1.25 2004/08/01 11:19:33 wez Exp $ +# $Id: Makefile,v 1.26 2004/08/01 11:33:58 wez Exp $ # This is the makefile template for the win32 build CC="$(CL)" @@ -25,7 +25,9 @@ all: generated_files $(EXT_TARGETS) $(PECL_TARGETS) $(SAPI_TARGETS) -generated_files: $(BUILD_DIR) $(BUILD_DIRS_SUB) Zend\zend_ini_parser.c \ +build_dirs: $(BUILD_DIR) $(BUILD_DIRS_SUB) + +generated_files: build_dirs Zend\zend_ini_parser.c \ Zend\zend_language_parser.c Zend\zend_ini_scanner.c \ Zend\zend_language_scanner.c \ ext\standard\parsedate.c \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php