- strip -s

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-24 19:12:31 +00:00
parent d814fdab67
commit 3ec061abfe
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ $(ARGUS_DIR)/$(ARGUS_BINARY): $(ARGUS_DIR)/.configured
$(TARGET_DIR)/$(ARGUS_TARGET_BINARY): $(ARGUS_DIR)/$(ARGUS_BINARY)
cp -dpf $(ARGUS_DIR)/$(ARGUS_BINARY) $@
$(STRIP) $@
$(STRIP) -s $@
argus: uclibc libpcap $(TARGET_DIR)/$(ARGUS_TARGET_BINARY)