X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2FMakefile;h=cb68454c91c8e5bcde01c7580ba5620e6e31a029;hp=ff547f606f72ede0912b4d140d33bbb9fd7a11f2;hb=34b6c8b0759f2ae68afb2953280e27f23b9d7e5e;hpb=44aa03f2f9da7fbe9d18107b0cab73ae9ef6b233 diff --git a/target/Makefile b/target/Makefile index ff547f606f..cb68454c91 100644 --- a/target/Makefile +++ b/target/Makefile @@ -10,7 +10,7 @@ $(curdir)/builddirs:=linux sdk imagebuilder toolchain $(curdir)/builddirs-default:=linux $(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain) -$(curdir)/imagebuilder/prepare:=$(curdir)/linux/install +$(curdir)/imagebuilder/install:=$(curdir)/linux/install $(eval $(call stampfile,$(curdir),target,prereq,.config)) $(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build))