projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d9195
)
gperf: depend on stamp file rather than gperf binary
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 10 Jul 2008 10:11:31 +0000
(10:11 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 10 Jul 2008 10:11:31 +0000
(10:11 -0000)
There's no make rule to create the gperf binary, only the stamp file
so use that instead.
package/gperf/gperf.mk
patch
|
blob
|
history
diff --git
a/package/gperf/gperf.mk
b/package/gperf/gperf.mk
index 0531c3ca732af438105d1d26af64d653e92236e3..efa6bad2d4849af7a68f4044eac50d94351b46f7 100644
(file)
--- 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 $@