From 27df1bd7d0f8eb3dae9e4b41f5b91e01ba2df2fe Mon Sep 17 00:00:00 2001 From: FinnHornhoover Date: Sun, 20 Sep 2020 01:24:42 +0300 Subject: [PATCH] fixed indent --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 51a17f3..c180638 100644 --- a/Makefile +++ b/Makefile @@ -103,9 +103,9 @@ windows : CXXFLAGS=$(WIN_CXXFLAGS) windows : LDFLAGS=$(WIN_LDFLAGS) windows : SERVER=$(WIN_SERVER) windows : -ifneq ($(shell $(WIN_CXX) --version | head -1 | egrep -o [0-9]+ | tail -3 | head -1), 10) -WIN_CXX_OPT_DISABLES=$(WIN_CXX_VANILLA_MINGW_OPT_DISABLES) -endif + ifneq ($(shell $(WIN_CXX) --version | head -1 | egrep -o [0-9]+ | tail -3 | head -1), 10) + WIN_CXX_OPT_DISABLES=$(WIN_CXX_VANILLA_MINGW_OPT_DISABLES) + endif CXXFLAGS+= -DGIT_VERSION=\"$(shell git describe --tags)\"