From: Aaron Bannert Date: Mon, 10 Dec 2001 23:53:23 +0000 (+0000) Subject: Another fix for VPATH builds. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea701d3d0c3c1e2b3991fff6a676312fa3c7d4f2;p=apache Another fix for VPATH builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92413 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/special.mk b/build/special.mk index 5be54a7c19..67a80721e6 100644 --- a/build/special.mk +++ b/build/special.mk @@ -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