diff -r d80e6dedcc13 -r b1d9951b9933 Makefile --- a/Makefile Mon Mar 12 18:59:31 2007 +0000 +++ b/Makefile Tue Apr 10 15:49:38 2007 +0000 @@ -8,7 +8,7 @@ export CT_TOP_DIR=$(shell pwd) .PHONY: all -all: build +all: _ct_build HOST_CC = gcc -funsigned-char @@ -33,7 +33,7 @@ @test -f .config # Actual build -build: .config +_ct_build: .config @$(CT_TOP_DIR)/scripts/crosstool.sh .PHONY: distclean