fix "warning: jobserver unavailable: using -j1"

https://www.gnu.org/software/make/manual/html_node/Error-Messages.html
This commit is contained in:
Anna “CyberTailor” 2021-07-11 02:43:21 +05:00 committed by Omar Polo
parent b79b2d811b
commit 8518014cb9
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ TAGS: ${SRCS}
clean:
rm -f *.o compat/*.o y.tab.c y.tab.h y.output gmid
rm -f compile_flags.txt
make -C regress clean
${MAKE} -C regress clean
regress: gmid
make -C regress all
${MAKE} -C regress all
install: gmid
mkdir -p ${DESTDIR}${BINDIR}