From: Stig Bakken Date: Thu, 22 Jul 1999 15:55:13 +0000 (+0000) Subject: temporary hack-fix X-Git-Tag: php-4.0b1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ae27b5bcd4e80a5e000fe517b5ad3224c16e5b5;p=php temporary hack-fix --- diff --git a/Makefile.in b/Makefile.in index 994df7f50f..79c7711b3b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -208,7 +208,7 @@ install: install-recursive $(BINNAME) install-recursive: if test "$(EXT_SHARED)" != ""; then \ - for dir in $(EXT_SHARED); do \ + for dir in X $(EXT_SHARED); do \ test -d ext/$$dir && (cd ext/$$dir; $(MAKE) install); \ done; \ fi