summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2012-11-21 22:05:04 +0000
committerRainer Jung <rjung@apache.org>2012-11-21 22:05:04 +0000
commit9deac2a50b7df116a1e1d3d6e4a2e3f395065492 (patch)
tree056a8ad8c7c5c6521c68fc5098d2aebc8b5a0eaf /Makefile.in
parenta23c7aad83ec92baddbd7838488cb54bcb43eefe (diff)
downloadapr-9deac2a50b7df116a1e1d3d6e4a2e3f395065492.tar.gz
Fix top_builddir in installed apr_rules.mk.
Port of r1101302 from 1.5.x resp. r1101301 from 1.4.x. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1412328 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 e2a13c17b..a72ddb16e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -90,7 +90,7 @@ apr-config.out: $(APR_CONFIG)
# Create apr_rules.mk suitable for the install tree
build/apr_rules.out: build/apr_rules.mk
- sed 's,^\(apr_build.*=\).*$$,\1$(installbuilddir),' < build/apr_rules.mk > $@
+ sed -e 's,^\(apr_build.*=\).*$$,\1$(installbuilddir),' -e 's,^\(top_build.*=\).*$$,\1$(installbuilddir),' < build/apr_rules.mk > $@
install: install-modules $(TARGETS)
$(APR_MKDIR) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(installbuilddir) \