changeset 1081:617686cb4e67

make: fix race condition with agressive parallel build
author David Demelier <markand@malikania.fr>
date Tue, 20 Jul 2021 08:44:20 +0200
parents 84d567d1c641
children 2b8f10c17321
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Mon Jul 19 09:14:15 2021 +0200
+++ b/GNUmakefile	Tue Jul 20 08:44:20 2021 +0200
@@ -274,7 +274,7 @@
 irccd/conf.c: irccd/conf.y
 	bison -d -o $@ $<
 
-irccd/lex.c: irccd/lex.l
+irccd/lex.c: irccd/lex.l irccd/conf.c
 	flex -o $@ $<
 
 irccd/irccd: irccd/main.o ${IRCCD_OBJS} ${LIB_OBJS}