]> granicus.if.org Git - php/commitdiff
We build in regex as well, create empty .deps
authorSascha Schumann <sas@php.net>
Thu, 30 Dec 1999 03:23:05 +0000 (03:23 +0000)
committerSascha Schumann <sas@php.net>
Thu, 30 Dec 1999 03:23:05 +0000 (03:23 +0000)
build/build2.mk

index 76f3f02c680916bd24f9f28c1a6a8df9eb78c733..bf079c26126dd2439e3f3abe542a07e6d0606ed5 100644 (file)
@@ -43,7 +43,7 @@ all: .deps Zend/Makefile.am TSRM/Makefile.am $(targets)
 
 .deps:
        @echo 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 $@