From 039e333d2b323faa0d7a1d409a2e145b2d242710 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Thu, 22 May 2014 16:50:57 +0200 Subject: [PATCH] Adapt version generation to new directory layout --- repos/base/src/core/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/base/src/core/version.inc b/repos/base/src/core/version.inc index 3bb3e9989..934771a42 100644 --- a/repos/base/src/core/version.inc +++ b/repos/base/src/core/version.inc @@ -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=" " 2> /dev/null \