summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2021-01-13 19:27:45 +0100
committerAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2021-01-13 19:27:45 +0100
commitc4d65009dec8b599a9025345fbaee92b6b275d83 (patch)
treeaba891a98ed54b00cca33bc48ad3b6569ff64a4e
parentffbfc4e148534e6f9d7921187bb88835bd6bb143 (diff)
downloadembtoolkit-c4d65009dec8b599a9025345fbaee92b6b275d83.tar.gz
embtoolkit-c4d65009dec8b599a9025345fbaee92b6b275d83.tar.bz2
embtoolkit-c4d65009dec8b599a9025345fbaee92b6b275d83.tar.xz
Makefile: fix some indentHEADmain
Signed-off-by: Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-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; \