summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-06-15 06:00:15 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-06-15 06:00:15 +0000
commit2c3404f5a174ca313e30c45a58130cafa91e76f9 (patch)
tree410f15dbb5eabeb71cdc7e6044af2c42debb5089 /Makefile.in
parent40f2340bf602000828b1d8e242343d9b97d38b0f (diff)
downloadlibapr-2c3404f5a174ca313e30c45a58130cafa91e76f9.tar.gz
Fix a couple of typos in some Makefiles.
Submitted by: Cliff Woolley git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63504 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 40af0f380..10d4a53f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -89,7 +89,7 @@ install: $(TARGET_LIB)
chmod 755 $(DESTDIR)$(bindir)/apr-config
@if [ $(INSTALL_SUBDIRS) != "none" ]; then \
for i in $(INSTALL_SUBDIRS); do \
- ( cd $$i ; $(MAKE) root=$(DESTDIR) install ); \
+ ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
done \
fi