projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
368d056
)
fix a typo that prevented host build specific variable exports from working
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 30 Apr 2009 14:15:45 +0000
(14:15 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 30 Apr 2009 14:15:45 +0000
(14:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15512
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index
e04cd08
..
4bac680
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 $$@
This page took
0.02775 seconds
and
4
git commands to generate.