summaryrefslogtreecommitdiffstats
path: root/package/oprofile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-25 13:43:00 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-25 13:43:00 +0000
commit5a390fda4d518b9766e67a7d2f256226cda8a9f1 (patch)
treee415d1c61b31da411bef6cecd3bee90676cf5838 /package/oprofile
parenta25b193708b6c552c548fa68087e29848625602d (diff)
downloadbuildroot-novena-5a390fda4d518b9766e67a7d2f256226cda8a9f1.tar.gz
buildroot-novena-5a390fda4d518b9766e67a7d2f256226cda8a9f1.zip
package: s/$(STRIP)/$(STRIPCMD)/
Diffstat (limited to 'package/oprofile')
-rw-r--r--package/oprofile/oprofile.mk2
1 files changed, 1 insertions, 1 deletions
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