Fixed small shell error in Makefile

Fixed small shell error in Makefile when testing on Ubuntu 20.04.
This commit is contained in:
Jonathan Ben-Avraham 2020-11-13 13:18:13 +02:00
parent 8701303e7f
commit 665f540220

View file

@ -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)