From ea701d3d0c3c1e2b3991fff6a676312fa3c7d4f2 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Mon, 10 Dec 2001 23:53:23 +0000 Subject: [PATCH] Another fix for VPATH builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92413 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 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 -- 2.50.1