From 5a390fda4d518b9766e67a7d2f256226cda8a9f1 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 25 Apr 2008 13:43:00 +0000 Subject: package: s/$(STRIP)/$(STRIPCMD)/ --- package/oprofile/oprofile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/oprofile') diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk index a0faf85e4..a82d6ab7c 100644 --- a/package/oprofile/oprofile.mk +++ b/package/oprofile/oprofile.mk @@ -50,7 +50,7 @@ $(TARGET_DIR)/usr/bin/oprofiled: $(OPROFILE_DIR)/daemon/oprofiled $(INSTALL) -m 644 $(OPROFILE_DIR)/libregex/stl.pat $(TARGET_DIR)/usr/share/oprofile $(INSTALL) -m 755 $(OPROFILE_DIR)/utils/opcontrol $(TARGET_DIR)/usr/bin $(INSTALL) -m 755 $(addprefix $(OPROFILE_DIR)/, $(OPROFILE_BINARIES)) $(TARGET_DIR)/usr/bin - $(STRIP) --strip-unneeded $(addprefix $(TARGET_DIR)/usr/bin/, $(notdir $(OPROFILE_BINARIES))) + $(STRIPCMD) --strip-unneeded $(addprefix $(TARGET_DIR)/usr/bin/, $(notdir $(OPROFILE_BINARIES))) touch -c $@ oprofile: uclibc popt binutils_target $(TARGET_DIR)/usr/bin/oprofiled -- cgit v1.2.3