diff -r adb773fccc6b -r f67b52e42fd1 Makefile --- a/Makefile Sat May 12 09:54:29 2007 +0000 +++ b/Makefile Sun May 13 19:03:49 2007 +0000 @@ -4,11 +4,10 @@ # Don't print directory as we descend into them MAKEFLAGS += --no-print-directory -# The project version -export PROJECTVERSION=0.0.2-svn +export CT_TOP_DIR=$(shell pwd) -# This should eventually be computed if compiling out-of-tree is implemented -export CT_TOP_DIR=$(shell pwd) +# This is crosstool-ng version string +export CT_VERSION=$(shell cat $(CT_TOP_DIR)/version) .PHONY: all all: build