- 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

@@ -42,7 +42,7 @@ $(DHCP_DIR)/.configured: $(DHCP_DIR)/.unpacked
$(DHCP_DIR)/$(DHCP_RELAY_BINARY): $(DHCP_DIR)/.configured
$(MAKE) $(TARGET_CONFIGURE_OPTS) $(BVARS) -C $(DHCP_DIR)
$(STRIP) $(DHCP_DIR)/$(DHCP_RELAY_BINARY)
$(STRIPCMD) $(DHCP_DIR)/$(DHCP_RELAY_BINARY)
$(TARGET_DIR)/$(DHCP_SERVER_TARGET_BINARY): $(DHCP_DIR)/$(DHCP_RELAY_BINARY)
mkdir -p $(TARGET_DIR)/var/lib