summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-04-05 03:59:29 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-04-05 03:59:29 +0000
commit87be048804da52d982378357b8804a5d84a5114f (patch)
treefcd6f18af8e5aec95fe9c43781d0be127f9ba716 /Makefile.in
parent8b362e0a467e0d496d5dc156cad3926eae666462 (diff)
downloadlibapr-87be048804da52d982378357b8804a5d84a5114f.tar.gz
Use $(LIBTOOL) instead of libtool
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61459 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 bacd6dca5..2065af7f4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,7 +58,7 @@ install: $(TARGET_LIB)
if [ ! -d $(libdir) ]; then \
./build/mkdir.sh $(libdir); \
fi; \
- libtool --mode=install cp $(TARGET_LIB) $(libdir)
+ $(LIBTOOL) --mode=install cp $(TARGET_LIB) $(libdir)
$(TARGET_LIB):
@for i in $(SUBDIRS); do objects="$$objects $$i/*.lo"; done ; \