]> granicus.if.org Git - apache/commitdiff
Another fix for VPATH builds.
authorAaron Bannert <aaron@apache.org>
Mon, 10 Dec 2001 23:53:23 +0000 (23:53 +0000)
committerAaron Bannert <aaron@apache.org>
Mon, 10 Dec 2001 23:53:23 +0000 (23:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92413 13f79535-47bb-0310-9956-ffa450edef68

build/special.mk

index 5be54a7c197b1ccfa6cb3dbff93c64ed278f277d..67a80721e67a0e31b9b434ca188fd427f9ea29a2 100644 (file)
@@ -68,7 +68,7 @@ install-modules:
        if [ "x$$has_mod_so" = "xhas_mod_so" ]; then \
                list='$(shared)'; \
                for i in $$list; do \
-                       $(top_builddir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i $(libexecdir); \
+                       $(top_srcdir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i $(libexecdir); \
                done; \
        fi