summaryrefslogtreecommitdiffstats
path: root/package/gperf
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2009-11-15 11:12:54 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-01-27 14:55:53 +0100
commit8fb159e14002d7a0ac51d5a531b1015dabb2f05a (patch)
tree1942a5c0597bba779d3f38b742408fa446faf5c7 /package/gperf
parent8b2bd9319e6d6c5ac1a8a62e58abea617f3c3dee (diff)
downloadbuildroot-novena-8fb159e14002d7a0ac51d5a531b1015dabb2f05a.tar.gz
buildroot-novena-8fb159e14002d7a0ac51d5a531b1015dabb2f05a.zip
gperf: convert to newstyle autotools infrastructure
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gperf')
-rw-r--r--package/gperf/gperf.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk
index 0dc6d6e93..0dec44e3b 100644
--- a/package/gperf/gperf.mk
+++ b/package/gperf/gperf.mk
@@ -9,12 +9,8 @@ GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_AUTORECONF = NO
GPERF_INSTALL_STAGING = NO
GPERF_INSTALL_TARGET = YES
-GPERF_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
+
+# install-strip rule does not exist in gperf's makefiles
GPERF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
$(eval $(call AUTOTARGETS,package,gperf))
-
-$(GPERF_HOOK_POST_INSTALL): $(GPERF_TARGET_INSTALL_TARGET)
- $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/gperf
- touch $@
-