Fix wrong path of VERSION in Makefile

This commit is contained in:
Anirudha Bose 2014-05-14 23:48:54 +05:30 committed by sftnight
parent 8d43694e85
commit 7658828d0d

View File

@ -59,7 +59,7 @@ endif
CXX.Flags += -fno-strict-aliasing CXX.Flags += -fno-strict-aliasing
# Determine cling's version: # 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) "' CPP.Flags += -DCLING_VERSION='"$(CLING_VERSION) "'
### ###