summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2018-12-24 07:47:47 -0500
committerReinhard Tartler <siretart@tauware.de>2018-12-24 07:47:47 -0500
commit271e4fb67c58b50dbddf3049af9a6044132b35d2 (patch)
tree640158e13cc4672c5b899668fee35045be5d48ef
parent5e4789b9a21cab3315801e1750670e10a1c86a2a (diff)
New upstream version 0.1~git20181119.5e4789b
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 158f41d..6a9fd7d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,7 +67,7 @@ libqemu_slirp_a_SOURCES = \
libslirp_a_SOURCES = rd235_libslirp/src/qemu2libslirp.c
# define specific commit if git available or it was replaced during git-archive creation
-COMMIT := $(shell V=$Format:%H$ ; \
+COMMIT := $(shell V=5e4789b9a21cab3315801e1750670e10a1c86a2a ; \
expr match "$$V" ormat: >/dev/null \
&& (cd "$$abs_srcdir" && [ -d .git ] && git describe --always --abbrev=0 --dirty --exclude=\* || echo unknown) \
|| echo "$$V" )