1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove second {}, that shouldn't be there

This commit is contained in:
Sascha Schumann
1999-12-30 14:47:32 +00:00
parent 7948fe36c4
commit 2a7fb51466

View File

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