Fix wrong path of VERSION in Makefile
This commit is contained in:
parent
8d43694e85
commit
7658828d0d
2
Makefile
2
Makefile
@ -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) "'
|
||||||
|
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user