summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-20 18:46:42 -0400
committermidipix <writeonce@midipix.org>2016-04-20 19:08:11 -0400
commit55cd8b050dd78aad23479ec9f4dbb3c2c9748d5c (patch)
tree1aa79abfb6a3419039dd2199a0f30e629f26669e /Makefile.in
parent21fdb8c42d57b7c8d12a83541a9d5e238deaf399 (diff)
downloadsofort-55cd8b050dd78aad23479ec9f4dbb3c2c9748d5c.tar.bz2
sofort-55cd8b050dd78aad23479ec9f4dbb3c2c9748d5c.tar.xz
build system: when present, use the git refdir as a version.tag dependency.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 98677d5..7671b87 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,6 @@
PACKAGE = @package@
PROJECT_DIR = @project_dir@
+GIT_REFERENCE_DIR = @git_reference_dir@
BUILD = @build@
HOST = @host@
@@ -177,7 +178,7 @@ host.tag: Makefile
$(PROJECT_DIR)/sysinfo/host/host.sh --compiler="$(CC)" --cflags="$(CFLAGS)"
touch host.tag
-version.tag:
+version.tag: $(GIT_REFERENCE_DIR)
$(PROJECT_DIR)/sysinfo/version.sh \
-s $(PROJECT_DIR) \
-o build/$(PACKAGE)_version.h \