summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2003-02-04 20:56:16 +0000
committerthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2003-02-04 20:56:16 +0000
commit258b05d7442a92daf7ecd55eeb39025300b0c216 (patch)
tree595a210b686968f06aa53fe652e5cfd842dc228a /Makefile.in
parent49a9b18593b3d20705b905d7866171731c2b5a88 (diff)
downloadlibapr-258b05d7442a92daf7ecd55eeb39025300b0c216.tar.gz
Rename rules.mk to apr_rules.mk and make it be installed.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b1a6b8352..9bd282e40 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,6 +84,10 @@ install: $(TARGET_LIB)
if [ -f shlibtool ]; then \
$(LIBTOOL) --mode=install cp shlibtool $(DESTDIR)$(installbuilddir); \
fi;
+ if [ -f build/apr_rules.mk ]; then \
+ cp build/apr_rules.mk $(DESTDIR)$(installbuilddir); \
+ fi;
+
if [ ! -d $(DESTDIR)$(bindir) ]; then \
$(top_srcdir)/build/mkdir.sh $(DESTDIR)$(bindir); \
fi;