diff options
author | Mark Murray <markm@FreeBSD.org> | 2002-02-08 23:07:37 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2002-02-08 23:07:37 +0000 |
commit | e35f9517d68206de4367fdb8d044e6dfebaf372d (patch) | |
tree | a62c079304610302873bcc77cfa62f2f2d364722 /usr.bin/yacc/Makefile | |
parent | 91bd71d2060cd302015f7dd6e7b891014552dba4 (diff) |
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
Notes
Notes:
svn path=/head/; revision=90416
Diffstat (limited to 'usr.bin/yacc/Makefile')
-rw-r--r-- | usr.bin/yacc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index f94a4f97f90a..e8b1024e82bb 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -4,7 +4,6 @@ PROG= yacc SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \ skeleton.c symtab.c verbose.c warshall.c -NO_WERROR=true # XXXX Temporary SCRIPTS=yyfix.sh MAN= yacc.1 yyfix.1 LINKS= ${BINDIR}/yacc ${BINDIR}/byacc |