summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 409c302..eb8333c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,10 +33,8 @@ EMBTK_VERSION := \
version=$$(scripts/setlocalversion .); \
if [ "x$$version" = "x" ]; then \
echo $$dversion; \
- elif [ "x$$version" = "x-dirty" ]; then \
- echo $$dversion$$version; \
else \
- echo $$version; \
+ echo $$dversion-$$version; \
fi; \
else echo $$dversion; fi)
EMBTK_BUGURL := "http://bugs.embtoolkit.org/projects/embtoolkit"