From: Joe Orton Date: Thu, 29 Jun 2006 10:40:43 +0000 (+0000) Subject: * build/special.mk (install-modules-yes): Require that the DSOs are X-Git-Tag: 2.3.0~2300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7ed1288da1104d1f73418204f3677d4d36c6e4;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/build/special.mk b/build/special.mk index 06bc16a43d4..63dc40f3e0d 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); \