From 665f5402205dc3a857edddd1a74939205f6028d3 Mon Sep 17 00:00:00 2001 From: Jonathan Ben-Avraham Date: Fri, 13 Nov 2020 13:18:13 +0200 Subject: [PATCH] Fixed small shell error in Makefile Fixed small shell error in Makefile when testing on Ubuntu 20.04. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f1f86fcd..00850ae5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,7 +76,7 @@ warnroot: checkinstall: @if [ ! -f $(prefix)/include/clixon/clixon.h ]; then \ echo "\e[31mclixon must be installed first to build this target. "\ - "Run 'make'. Then run 'make install' as root.\e[0m"; exit 1; fi; } + "Run 'make'. Then run 'make install' as root.\e[0m"; exit 1; fi; # May cause circular include->include,lib $(SUBDIRS2): $(SUBDIRS1) # Cannot build app before lib (for parallel make -j)