summaryrefslogtreecommitdiffstats
path: root/package/acpid/acpid.mk
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-21 03:53:57 +0200
committerUlf Samuelsson2007-08-21 03:53:57 +0200
commite4ead9c13ccad1b89743fdd46e8675f45758aec3 (patch)
tree43202589730a8ecf12f01a429155e78be49ee76f /package/acpid/acpid.mk
parentReintroduce possibility to use old makefile for tiny-x as a test (diff)
downloadbuildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.tar.gz
buildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.tar.xz
buildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.zip
Remove switches if sstrip is run
Diffstat (limited to 'package/acpid/acpid.mk')
-rw-r--r--package/acpid/acpid.mk4
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