Skip to content
Snippets Groups Projects
Commit e3fc6c9b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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

SVN-Revision: 15512
parent 270e4ea2
No related branches found
No related tags found
No related merge requests found
...@@ -123,12 +123,12 @@ ifndef DUMP ...@@ -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 $$@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment