Fixed small shell error in Makefile
Fixed small shell error in Makefile when testing on Ubuntu 20.04.
This commit is contained in:
parent
8701303e7f
commit
665f540220
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ warnroot:
|
||||||
checkinstall:
|
checkinstall:
|
||||||
@if [ ! -f $(prefix)/include/clixon/clixon.h ]; then \
|
@if [ ! -f $(prefix)/include/clixon/clixon.h ]; then \
|
||||||
echo "\e[31mclixon must be installed first to build this target. "\
|
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
|
# May cause circular include->include,lib
|
||||||
$(SUBDIRS2): $(SUBDIRS1) # Cannot build app before lib (for parallel make -j)
|
$(SUBDIRS2): $(SUBDIRS1) # Cannot build app before lib (for parallel make -j)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue