summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-06-30 14:23:59 +0000
committerJoe Orton <jorton@apache.org>2004-06-30 14:23:59 +0000
commita3921992d650e0646b7207147cbecb8e0496c26b (patch)
treee6c8358d7d59a82792a9ef76cdfe7efeac1197e5 /Makefile.in
parenta1b3864ce25bbcc89725ba8f3b7f8ecaa32a11fe (diff)
downloadapr-a3921992d650e0646b7207147cbecb8e0496c26b.tar.gz
* Makefile.in (install): Install the awk scripts & mkdir.sh for a
VPATH build too. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65251 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 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 \