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/netplug/netplug.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/netplug/netplug.mk') diff --git a/package/netplug/netplug.mk b/package/netplug/netplug.mk index 501fe7f70..6bdee69e7 100644 --- a/package/netplug/netplug.mk +++ b/package/netplug/netplug.mk @@ -23,7 +23,7 @@ $(NETPLUG_DIR)/.unpacked: $(DL_DIR)/$(NETPLUG_SOURCE) $(NETPLUG_DIR)/$(NETPLUG_BINARY): $(NETPLUG_DIR)/.unpacked $(MAKE) CC=$(TARGET_CC) -C $(NETPLUG_DIR) - $(STRIP) $(NETPLUG_DIR)/$(NETPLUG_BINARY) + $(STRIPCMD) $(NETPLUG_DIR)/$(NETPLUG_BINARY) $(TARGET_DIR)/$(NETPLUG_TARGET_BINARY): $(NETPLUG_DIR)/$(NETPLUG_BINARY) $(INSTALL) -m 644 -D $(NETPLUG_DIR)/etc/netplugd.conf $(TARGET_DIR)/etc/netplug/netplugd.conf -- cgit v1.2.3