From 7658828d0df95db61196495f4279fb51cd07cf7e Mon Sep 17 00:00:00 2001 From: Anirudha Bose Date: Wed, 14 May 2014 23:48:54 +0530 Subject: [PATCH] Fix wrong path of VERSION in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d96f0a9a..ce3c948b 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ endif CXX.Flags += -fno-strict-aliasing # Determine cling's version: -CLING_VERSION=$(shell cat "VERSION") +CLING_VERSION=$(shell cat $(PROJ_SRC_DIR)/$(CLING_LEVEL)/VERSION) CPP.Flags += -DCLING_VERSION='"$(CLING_VERSION) "' ###