From 2f492735f4ba656500ea32b8c4eaf585b0d5cf1a Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 27 Jun 2002 23:56:27 +0000 Subject: [PATCH] Fix bug: #18008 --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" && \ -- 2.50.1