X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=toolchain%2FMakefile;h=cbc726ef013b90cbff93b921b44a0319336b80ba;hp=80bdf485dfad28fd9e0ed40655c52cc2014084e7;hb=81bc08344aa3cf1a4865d5645eb3a0cf259cc319;hpb=77370d6b515d6db4e2152d4408fabdf5116a95a2 diff --git a/toolchain/Makefile b/toolchain/Makefile index 80bdf485df..cbc726ef01 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -39,6 +39,8 @@ $(curdir)//prepare = $(STAGING_DIR)/.prepared $(TOOLCHAIN_DIR)/info.mk $(curdir)//compile = $(1)/prepare $(curdir)//install = $(1)/compile -$(eval $(call stampfile,$(curdir),toolchain,install)) +$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed: + +$(eval $(call stampfile,$(curdir),toolchain,install,$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed)) $(eval $(call subdir,$(curdir)))