From: espie Date: Mon, 3 Jul 2017 22:21:47 +0000 (+0000) Subject: no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of... X-Git-Tag: v6.6~61 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=6d258086f25fdba0f0d2c3e99fbf29051a01f95a no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of CLEANFILES += y.tab.h okay millert@ --- diff --git a/Makefile b/Makefile index fa69b8c..9cca8ca 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ BINGRP= root BINMODE=4111 CFLAGS+= -I${CURDIR} -COPTS+= -Wall -Wextra -Werror -pedantic -std=c11 +COPTS+= -Wall -Wextra -Werror -pedantic +YFLAGS= include bsd.prog.mk