diff -r 312fe9ff8370 -r ac2845835b13 Makefile --- a/Makefile Mon May 07 16:10:17 2007 +0000 +++ b/Makefile Thu May 10 21:33:35 2007 +0000 @@ -11,7 +11,7 @@ export CT_TOP_DIR=$(shell pwd) .PHONY: all -all: _ct_build +all: build HOST_CC = gcc -funsigned-char @@ -39,10 +39,10 @@ @test -f .config # Actual build -_ct_build: .config +build: .config @$(CT_TOP_DIR)/scripts/crosstool.sh .PHONY: distclean distclean:: clean @rm -f .config* ..config.tmp - @rm -rf "$(CT_TOP_DIR)/build" + @rm -rf "$(CT_TOP_DIR)/targets"