X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=include%2Fhost-build.mk;h=4bac6801470801d01728ab078dcc76a92e2bef11;hp=e04cd08985c1f878602d7b539e8ebb68fecb7e0f;hb=217cfe1f54f64562f4a8f6e426cac574eca62b08;hpb=e2f73f0ea68f0fbce15c906d53c8557a78bc3105 diff --git a/include/host-build.mk b/include/host-build.mk index e04cd08985..4bac680147 100644 --- a/include/host-build.mk +++ b/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 $$@