From c4d65009dec8b599a9025345fbaee92b6b275d83 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou GAYE Date: Wed, 13 Jan 2021 19:27:45 +0100 Subject: Makefile: fix some indent Signed-off-by: Abdoulaye Walsimou GAYE --- Makefile | 6 +++--- 1 file 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 # \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; \ -- cgit v1.2.3