From 14a71561a388196edbcddfa72d281e911c06266f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 1 Oct 2007 16:15:31 +0000 Subject: - just use the strip binary to avoid confusing libtool (quotes) - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) --- package/wireless-tools/wireless-tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/wireless-tools/wireless-tools.mk') diff --git a/package/wireless-tools/wireless-tools.mk b/package/wireless-tools/wireless-tools.mk index c89643331..c86c4f4dc 100644 --- a/package/wireless-tools/wireless-tools.mk +++ b/package/wireless-tools/wireless-tools.mk @@ -20,7 +20,7 @@ $(DL_DIR)/$(WIRELESS_TOOLS_SOURCE): $(WIRELESS_TOOLS_BUILD_DIR)/.unpacked: $(DL_DIR)/$(WIRELESS_TOOLS_SOURCE) $(ZCAT) $(DL_DIR)/$(WIRELESS_TOOLS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - sed -i -e s:'strip':'$(STRIP)':g $(WIRELESS_TOOLS_BUILD_DIR)/Makefile + sed -i -e s:'strip':'$(STRIPCMD)':g $(WIRELESS_TOOLS_BUILD_DIR)/Makefile touch $(WIRELESS_TOOLS_BUILD_DIR)/.unpacked $(WIRELESS_TOOLS_BUILD_DIR)/.configured: $(WIRELESS_TOOLS_BUILD_DIR)/.unpacked -- cgit v1.2.3