projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270e4ea
)
fix a typo that prevented host build specific variable exports from working
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 30 Apr 2009 14:15:45 +0000
(14:15 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 30 Apr 2009 14:15:45 +0000
(14:15 +0000)
SVN-Revision: 15512
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index e04cd08985c1f878602d7b539e8ebb68fecb7e0f..4bac6801470801d01728ab078dcc76a92e2bef11 100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-123,12
+123,12
@@
ifndef DUMP
$(call Host/Prepare)
touch $$@
- $(call Host/Exports,$(STAMP_CONFIGURED))
+ $(call Host/Exports,$(
HOST_
STAMP_CONFIGURED))
$(HOST_STAMP_CONFIGURED): $(HOST_STAMP_PREPARED)
$(call Host/Configure)
touch $$@
- $(call Host/Exports,$(STAMP_BUILT))
+ $(call Host/Exports,$(
HOST_
STAMP_BUILT))
$(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED)
$(call Host/Compile)
touch $$@