diff options
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6962d28a..715e7386 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -101,8 +101,8 @@ else endif COMPILER_TYPE=$(shell $(CC) --version|grep "Free Software Foundation") -ifneq ($(COMPILER_TYPE), "") - # $(info gcc is being used) +ifneq "$(COMPILER_TYPE)" "" + #$(info gcc is being used) CFLAGS_OPT += -Wno-error=format-truncation -Wno-format-truncation endif |