diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:53:57 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:53:57 +0000 |
commit | e4ead9c13ccad1b89743fdd46e8675f45758aec3 (patch) | |
tree | 43202589730a8ecf12f01a429155e78be49ee76f /package/acpid/acpid.mk | |
parent | 1038cfab38ef8fbe3cac2d92df98a240f86995c4 (diff) |
Remove switches if sstrip is run
Diffstat (limited to 'package/acpid/acpid.mk')
-rw-r--r-- | package/acpid/acpid.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk index 627506b75..731217ddf 100644 --- a/package/acpid/acpid.mk +++ b/package/acpid/acpid.mk @@ -18,8 +18,8 @@ $(ACPID_DIR)/.unpacked: $(DL_DIR)/$(ACPID_SOURCE) $(ACPID_DIR)/acpid: $(ACPID_DIR)/.unpacked $(MAKE) CC=$(TARGET_CC) -C $(ACPID_DIR) - $(STRIP) -s $(ACPID_DIR)/acpid - $(STRIP) -s $(ACPID_DIR)/acpi_listen + $(STRIP) $(STRIP_STRIP_ALL) $(ACPID_DIR)/acpid + $(STRIP) $(STRIP_STRIP_ALL) $(ACPID_DIR)/acpi_listen touch -c $(ACPID_DIR)/acpid $(ACPID_DIR)/acpi_listen $(TARGET_DIR)/usr/sbin/acpid: $(ACPID_DIR)/acpid |