X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FMakefile;h=cbc726ef013b90cbff93b921b44a0319336b80ba;hb=add5d6ec82704eed13c26f7b90074f72c7d1ed62;hp=80bdf485dfad28fd9e0ed40655c52cc2014084e7;hpb=12c49b6a6adbbcb0c7a19119c8a8c94b5f025f79;p=openwrt-10.03%2F.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 80bdf485d..cbc726ef0 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)))