Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] cvs: /php4/build build2.mk From: Sascha Schumann (sascha <email protected>)
Date: 12/29/99

sas Wed Dec 29 22:23:36 1999 EDT

  Modified files:
    /php4/build build2.mk
  Log:
  We build in regex as well, create empty .deps
  
  
Index: php4/build/build2.mk
diff -u php4/build/build2.mk:1.1 php4/build/build2.mk:1.2
--- php4/build/build2.mk:1.1 Wed Dec 29 21:58:32 1999
+++ php4/build/build2.mk Wed Dec 29 22:23:05 1999
@@ -21,7 +21,7 @@
 # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 ##############################################################################
-# $Id: build2.mk,v 1.1 1999/12/30 02:58:32 sas Exp $
+# $Id: build2.mk,v 1.2 1999/12/30 03:23:05 sas Exp $
 
 include generated_lists
 
@@ -43,7 +43,7 @@
 
 .deps:
          <email protected> creating empty dependencies
- find ext sapi -type d \! -name \*CVS -exec touch {}/.deps {} \;
+ find ext sapi regex -type d \! -name \*CVS -exec touch {}/.deps {} \;
         touch pear/.deps
         touch $@
         

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>