X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=toolchain%2FMakefile;h=b7a45047ae0270421207f8e14ab67ab841d16572;hp=e8ee24ff7ae1d62015687cab7969b86f44d65d84;hb=af927159a9e65228875999840012a1cde1c36b6a;hpb=506d2a0161e0a82f842f2473f66aa22c9985ad9b diff --git a/toolchain/Makefile b/toolchain/Makefile index e8ee24ff7..b7a45047a 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,6 @@ # # Main makefile for the toolchain # -file:=${lastword ${MAKEFILE_LIST}} curdir:=toolchain # subdirectories to descend into @@ -22,11 +21,11 @@ endif $(curdir)/gcc/install:=$(curdir)/uClibc/install # prerequisites for the individual targets -$(curdir)/ := .config $(tools/stamp) +$(curdir)/ := .config $(tools/stamp-install) prereq $(curdir)//prepare = $(STAGING_DIR)/include-host/.done $(curdir)//compile = $(1)/prepare $(curdir)//install = $(1)/compile -$(eval $(call stampfile,$(curdir),toolchain)) +$(eval $(call stampfile,$(curdir),toolchain,install)) $(eval $(call subdir,$(curdir)))