summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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 ; \