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
master
Felix Fietkau 2009-04-30 14:15:45 +00:00
parent 6ed4b5c15d
commit 08e1921c85
1 changed files with 2 additions and 2 deletions

View File

@ -123,12 +123,12 @@ ifndef DUMP
$(call Host/Prepare) $(call Host/Prepare)
touch $$@ touch $$@
$(call Host/Exports,$(STAMP_CONFIGURED)) $(call Host/Exports,$(HOST_STAMP_CONFIGURED))
$(HOST_STAMP_CONFIGURED): $(HOST_STAMP_PREPARED) $(HOST_STAMP_CONFIGURED): $(HOST_STAMP_PREPARED)
$(call Host/Configure) $(call Host/Configure)
touch $$@ touch $$@
$(call Host/Exports,$(STAMP_BUILT)) $(call Host/Exports,$(HOST_STAMP_BUILT))
$(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED) $(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED)
$(call Host/Compile) $(call Host/Compile)
touch $$@ touch $$@