diff options
author | Stig Bakken <ssb@php.net> | 1999-07-22 15:55:13 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-07-22 15:55:13 +0000 |
commit | 7ae27b5bcd4e80a5e000fe517b5ad3224c16e5b5 (patch) | |
tree | 841ae92fded2915a35299104fc30ba2a97a85136 | |
parent | 64dae03eea4a5c2bd02bf8ad562584701708867d (diff) | |
download | php-git-7ae27b5bcd4e80a5e000fe517b5ad3224c16e5b5.tar.gz |
temporary hack-fix
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |