fix a typo that prevented host build specific variable exports from working

SVN-Revision: 15512
This commit is contained in:
Felix Fietkau 2009-04-30 14:15:45 +00:00
parent 270e4ea27b
commit e3fc6c9b88

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 $$@