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/30/99

sas Thu Dec 30 09:48:03 1999 EDT

  Modified files:
    /php4/build build2.mk
  Log:
  Remove second {}, that shouldn't be there
  
  
Index: php4/build/build2.mk
diff -u php4/build/build2.mk:1.4 php4/build/build2.mk:1.5
--- php4/build/build2.mk:1.4 Thu Dec 30 01:07:56 1999
+++ php4/build/build2.mk Thu Dec 30 09:47:32 1999
@@ -21,7 +21,7 @@
 # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 ##############################################################################
-# $Id: build2.mk,v 1.4 1999/12/30 06:07:56 sas Exp $
+# $Id: build2.mk,v 1.5 1999/12/30 14:47:32 sas Exp $
 
 include generated_lists
 
@@ -43,7 +43,7 @@
 
 .deps:
          <email protected> creating empty dependencies
- find ext sapi regex -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>