From 8f7ed1288da1104d1f73418204f3677d4d36c6e4 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 29 Jun 2006 10:40:43 +0000 Subject: [PATCH] * build/special.mk (install-modules-yes): Require that the DSOs are built before trying to install them; fixes "make -j2 install" from a module directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417993 13f79535-47bb-0310-9956-ffa450edef68 --- build/special.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/special.mk b/build/special.mk index 06bc16a43d..63dc40f3e0 100644 --- a/build/special.mk +++ b/build/special.mk @@ -25,7 +25,7 @@ INSTALL_TARGETS = install-modules-$(INSTALL_DSO) include $(top_builddir)/build/rules.mk -install-modules-yes: +install-modules-yes: $(SHARED_TARGETS) @$(MKINSTALLDIRS) $(DESTDIR)$(libexecdir) @list='$(shared)'; for i in $$list; do \ $(top_srcdir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i $(DESTDIR)$(libexecdir); \ -- 2.40.0