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/hotplug/hotplug.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hotplug') diff --git a/package/hotplug/hotplug.mk b/package/hotplug/hotplug.mk index 5bf2b317d..3b702ee6a 100644 --- a/package/hotplug/hotplug.mk +++ b/package/hotplug/hotplug.mk @@ -17,7 +17,7 @@ $(HOTPLUG_DIR)/hotplug: $(HOTPLUG_DIR) $(MAKE) CROSS=$(TARGET_CROSS) DEBUG=false KLIBC=false \ KERNEL_INCLUDE_DIR=$(STAGING_DIR)/usr/include \ TARGET_DIR=$(TARGET_DIR) -C $(HOTPLUG_DIR) - $(STRIP) $(HOTPLUG_DIR)/hotplug + $(STRIPCMD) $(HOTPLUG_DIR)/hotplug touch -c $(HOTPLUG_DIR)/hotplug $(TARGET_DIR)/sbin/hotplug: $(HOTPLUG_DIR)/hotplug -- cgit v1.2.3