summaryrefslogtreecommitdiff
path: root/build/build2.mk
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-04-29 16:16:31 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-04-29 16:16:31 +0000
commite404a471e71db25b2ce62a7c0d773e6c873abe2a (patch)
tree6401632d272b4a14d6fcf62d111f71dfb95de696 /build/build2.mk
parente3dd0a28ce5d2035525c46f39f7d0bd92f0c109b (diff)
downloadphp-git-e404a471e71db25b2ce62a7c0d773e6c873abe2a.tar.gz
Oops, wrong path
Diffstat (limited to 'build/build2.mk')
-rw-r--r--build/build2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build2.mk b/build/build2.mk
index 32bf433e63..d74834355b 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -46,7 +46,7 @@ all: .deps Zend/Makefile.am TSRM/Makefile.am $(targets)
for i in `find ext sapi regex -type d \! -name \*CVS`; do \
list="$$list $$i/.deps"; \
done; \
- touch $$list pear/.deps mysql/libmysql/.deps $@
+ touch $$list pear/.deps ext/mysql/libmysql/.deps $@
Zend/Makefile.am:
test -d Zend || (test -d ../Zend && ln -s ../Zend Zend)