diff options
author | Aaron Bannert <aaron@apache.org> | 2001-12-10 23:53:23 +0000 |
---|---|---|
committer | Aaron Bannert <aaron@apache.org> | 2001-12-10 23:53:23 +0000 |
commit | 36f24fc7812a1aed4c44a1a288d640f30d7ee671 (patch) | |
tree | b53c6f34afb20156e349639fd15a320487a1f155 /build/special.mk | |
parent | 7427ca6cd1c86ebe2bfd02f91480c51988efb58a (diff) | |
download | httpd-36f24fc7812a1aed4c44a1a288d640f30d7ee671.tar.gz |
Another fix for VPATH builds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/special.mk')
-rw-r--r-- | build/special.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |