Skip to content

Commit 9564cb9

Browse files
committed
need to use $(top_srcdir) when installing build/instdso.sh
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
1 parent faa904a commit 9564cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ install-build:
8989
@sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
9090
config_vars.mk > $(installbuilddir)/config_vars.mk; \
9191
cp build/*.mk $(installbuilddir); \
92-
cp build/instdso.sh $(installbuilddir); \
92+
cp $(top_srcdir)/build/instdso.sh $(installbuilddir); \
9393
cp srclib/apr/libtool $(installbuilddir); \
9494
if test -f srclib/apr/shlibtool; then \
9595
cp srclib/apr/shlibtool $(installbuilddir); \

0 commit comments

Comments
 (0)