diff -r d80e6dedcc13 -r 49f5f2007ed8 Makefile --- a/Makefile Mon Mar 12 18:59:31 2007 +0000 +++ b/Makefile Tue Apr 10 16:04:29 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