Adapt version generation to new directory layout

This commit is contained in:
Christian Helmuth 2014-05-22 16:50:57 +02:00 committed by Norman Feske
parent 927af36c58
commit 039e333d2b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#
# Provide version information to main.cc
#
GENODE_ROOT_DIR = $(BASE_DIR)/..
GENODE_ROOT_DIR = $(BASE_DIR)/../..
GENODE_VERSION := $(shell \
which git > /dev/null \
&& git -C $(GENODE_ROOT_DIR) describe --dirty=" <local changes>" 2> /dev/null \