summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/libtool.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/libtool.mk b/mk/libtool.mk
index d3f73eb..d1d1377 100644
--- a/mk/libtool.mk
+++ b/mk/libtool.mk
@@ -59,7 +59,6 @@ $(LIBTOOL_BUILD_DIR)/.configured:
$(call EMBTK_GENERIC_MESSAGE,"Configuring \
libtool_$(LIBTOOL_VERSION)...")
@cd $(LIBTOOL_BUILD_DIR); \
- M4=$(M4_BIN) \
$(TOOLS_BUILD)/libtool-$(LIBTOOL_VERSION)/configure \
--prefix=$(LIBTOOL_DIR) --build=$(HOST_BUILD) --host=$(HOST_ARCH)
@touch $@