summaryrefslogtreecommitdiffstats
path: root/package/libtool/libtool.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtool/libtool.mk')
-rw-r--r--package/libtool/libtool.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 0934ffead..6f0b90464 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -16,5 +16,5 @@ $(eval $(autotools-package))
$(eval $(host-autotools-package))
# variables used by other packages
-LIBTOOL:=$(HOST_DIR)/usr/bin/libtool
-LIBTOOLIZE:=$(HOST_DIR)/usr/bin/libtoolize
+LIBTOOL = $(HOST_DIR)/usr/bin/libtool
+LIBTOOLIZE = $(HOST_DIR)/usr/bin/libtoolize