mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
fix a typo that prevented host build specific variable exports from working
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15512 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
368d05615b
commit
75891cb99c
@ -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 $$@
|
||||
|
Loading…
Reference in New Issue
Block a user