summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1283f5d..77f4042 100644
--- a/Makefile
+++ b/Makefile
@@ -22,16 +22,16 @@
# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date May 2009
################################################################################
-VERSION := 1
+VERSION := 1
PATCHLEVEL := 10
SUBLEVEL := 0
EXTRAVERSION :=
EMBTK_VERSION := \
- $(shell \
+ $(shell \
dversion=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION); \
if [ -e .git ]; then \
version=$$(scripts/setlocalversion .); \
- if [ "x$$version" = "x" ]; then \
+ if [ "x$$version" = "x" ]; then \
echo $$dversion; \
else \
echo $$dversion-$$version; \