diff options
| author | foobar <sniper@php.net> | 2002-06-27 23:56:27 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2002-06-27 23:56:27 +0000 |
| commit | 2f492735f4ba656500ea32b8c4eaf585b0d5cf1a (patch) | |
| tree | 91a4768c778eda716ab47066186f11ce349e3c85 | |
| parent | 1f2c1d8093bddfa6dcebb5f5b7700d4e8a29e360 (diff) | |
| download | php-git-2f492735f4ba656500ea32b8c4eaf585b0d5cf1a.tar.gz | |
Fix bug: #18008
| -rw-r--r-- | Makefile.global | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global index acef6a04d2..00f8c5f0ee 100644 --- a/Makefile.global +++ b/Makefile.global @@ -41,7 +41,7 @@ install-sapi: libphp4.la fi $(INSTALL_IT) -install-modules: +install-modules: build-modules @test -d modules && \ $(mkinstalldirs) $(INSTALL_ROOT)$(EXTENSION_DIR) && \ echo "installing shared modules into $(EXTENSION_DIR)" && \ |
