]> granicus.if.org Git - apache/commitdiff
need to use $(top_srcdir) when installing build/instdso.sh
authorDoug MacEachern <dougm@apache.org>
Sun, 6 Jan 2002 17:39:52 +0000 (17:39 +0000)
committerDoug MacEachern <dougm@apache.org>
Sun, 6 Jan 2002 17:39:52 +0000 (17:39 +0000)
else make install does not work when when configured with a --srcdir
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92753 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 4a9ec2cad64aefea46bfb764497ae806e2f2be89..a964a3610ad64f0aef8989df75498973aa0912b9 100644 (file)
@@ -89,7 +89,7 @@ install-build:
        @sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
            config_vars.mk > $(installbuilddir)/config_vars.mk; \
        cp build/*.mk $(installbuilddir); \
-       cp build/instdso.sh $(installbuilddir); \
+       cp $(top_srcdir)/build/instdso.sh $(installbuilddir); \
        cp srclib/apr/libtool $(installbuilddir); \
        if test -f srclib/apr/shlibtool; then \
            cp srclib/apr/shlibtool $(installbuilddir); \