summaryrefslogtreecommitdiffstats
path: root/package/gperf/gperf.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2008-07-10 12:11:31 +0200
committerPeter Korsgaard2008-07-10 12:11:31 +0200
commit14ad8fa540b8a3929af8d5ad848fb04d7db8aae6 (patch)
treed9659e62ca48154fd8df74de629265389eb67a33 /package/gperf/gperf.mk
parentfuse: use tabs for indentation in kconfig (diff)
downloadbuildroot-14ad8fa540b8a3929af8d5ad848fb04d7db8aae6.tar.gz
buildroot-14ad8fa540b8a3929af8d5ad848fb04d7db8aae6.tar.xz
buildroot-14ad8fa540b8a3929af8d5ad848fb04d7db8aae6.zip
gperf: depend on stamp file rather than gperf binary
There's no make rule to create the gperf binary, only the stamp file so use that instead.
Diffstat (limited to 'package/gperf/gperf.mk')
-rw-r--r--package/gperf/gperf.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk
index 0531c3ca7..efa6bad2d 100644
--- a/package/gperf/gperf.mk
+++ b/package/gperf/gperf.mk
@@ -20,7 +20,7 @@ GPERF_DEPENDENCIES = uclibc
$(eval $(call AUTOTARGETS,package,gperf))
-$(GPERF_HOOK_POST_INSTALL): $(TARGET_DIR)/usr/bin/gperf
- $(STRIPCMD) $(STRIP_STRIP_ALL) $^
+$(GPERF_HOOK_POST_INSTALL): $(GPERF_TARGET_INSTALL_TARGET)
+ $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/gperf
touch $@