]> git.armaanb.net Git - opendoas.git/commitdiff
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of...
authorespie <espie>
Mon, 3 Jul 2017 22:21:47 +0000 (22:21 +0000)
committerDuncaen <mail@duncano.de>
Mon, 11 Dec 2017 15:30:33 +0000 (16:30 +0100)
okay millert@

Makefile

index fa69b8c2b5612b2f4dce9aff8b01974e96d97f79..9cca8ca26322cae9607ecb6de5ba2ad00b1f142d 100644 (file)
--- 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