Przeglądaj źródła

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

SVN-Revision: 15512
Felix Fietkau 16 lat temu
rodzic
commit
e3fc6c9b88
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      include/host-build.mk

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