]> granicus.if.org Git - apache/commitdiff
* build/special.mk (install-modules-yes): Require that the DSOs are
authorJoe Orton <jorton@apache.org>
Thu, 29 Jun 2006 10:40:43 +0000 (10:40 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 29 Jun 2006 10:40:43 +0000 (10:40 +0000)
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

index 06bc16a43d4fc6d26e8ed5a02009e2a8640227a7..63dc40f3e0d06ddb3b6bd9ca8a190b19d4567b2d 100644 (file)
@@ -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); \