summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-09-21 19:52:46 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-09-21 19:52:46 +0000
commitc2023020a58790fd5b09fc601376bdcb067dea23 (patch)
treee11fa9d134c1ee33a0256a04d7d884d659fef0da /Makefile.in
parentcd4cac6b8d20daa7c6662835ce0b79b8d72c1093 (diff)
downloadapr-c2023020a58790fd5b09fc601376bdcb067dea23.tar.gz
Fix VPATH install broken in 1.108.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4397c96fc..0c29cba8a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -76,7 +76,7 @@ install: $(TARGET_LIB) apr-config.out build/apr_rules.out
for f in libtool shlibtool; do \
if test -f $${f}; then $(INSTALL) -m 755 $${f} $(DESTDIR)$(installbuilddir); fi; \
done
- $(INSTALL) -m 755 build/mkdir.sh $(DESTDIR)$(installbuilddir)
+ $(INSTALL) -m 755 $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuilddir)
for f in make_exports.awk make_var_export.awk; do \
$(INSTALL_DATA) $(top_srcdir)/build/$${f} $(DESTDIR)$(installbuilddir); \
done