summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-06-30 14:23:59 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-06-30 14:23:59 +0000
commit8ba84f23edc9b1ead7da65e8af1a1d6aa78fa6b2 (patch)
treee6c8358d7d59a82792a9ef76cdfe7efeac1197e5
parentffe0da2f6c9b9b56567af5f8e1ef352b5767e4d9 (diff)
downloadlibapr-8ba84f23edc9b1ead7da65e8af1a1d6aa78fa6b2.tar.gz
* Makefile.in (install): Install the awk scripts & mkdir.sh for a
VPATH build too. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65251 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b059611cc..9908354dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -90,7 +90,7 @@ install: $(TARGET_LIB) apr-config.out build/apr_rules.out
$(LIBTOOL) --mode=install cp shlibtool $(DESTDIR)$(installbuilddir); \
fi
for f in mkdir.sh make_exports.awk make_var_export.awk; do \
- test -f build/$${f} && cp build/$${f} $(DESTDIR)$(installbuilddir); \
+ cp $(top_srcdir)/build/$${f} $(DESTDIR)$(installbuilddir); \
done
cp build/apr_rules.out $(DESTDIR)$(installbuilddir)/apr_rules.mk
if [ ! -d $(DESTDIR)$(bindir) ]; then \