- just use the strip binary to avoid confusing libtool (quotes)

- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
This commit is contained in:
Bernhard Reutner-Fischer
2007-10-01 16:15:31 +00:00
parent 4ad141c338
commit 14a71561a3
149 changed files with 250 additions and 250 deletions

View File

@@ -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