From 7ed70a00287d20a775654940c291edb6f04b478b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 13 May 2007 19:03:49 +0000 Subject: Correctly handle the version string, defined in a single place now. Fix and update README. --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d0c47b3..41495188 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,11 @@ # Don't print directory as we descend into them MAKEFLAGS += --no-print-directory -# The project version -export PROJECTVERSION=0.0.2-svn - -# 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 -- cgit v1.2.3