- 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

@@ -40,7 +40,7 @@ $(DMRAID_DIR)/.configured: $(DMRAID_DIR)/.unpacked
$(DMRAID_DIR)/tools/$(DMRAID_BINARY): $(DMRAID_DIR)/.configured
$(MAKE1) -C $(DMRAID_DIR)
-$(STRIP) $(DMRAID_DIR)/tools/$(DMRAID_BINARY)
-$(STRIPCMD) $(DMRAID_DIR)/tools/$(DMRAID_BINARY)
-$(UPX) --best $(DMRAID_DIR)/tools/$(DMRAID_BINARY)
touch -c $(DMRAID_DIR)/tools/$(DMRAID_BINARY)