From 6d258086f25fdba0f0d2c3e99fbf29051a01f95a Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 3 Jul 2017 22:21:47 +0000 Subject: [PATCH] no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of CLEANFILES += y.tab.h okay millert@ --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2