diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-07 09:38:27 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-07 09:38:27 +0000 |
| commit | d57779868c29148ff324cd36b5bd6db8fa5bacd5 (patch) | |
| tree | 602114e42f873d4ab059824b96a85ac7044ebb41 /usr.bin | |
| parent | d73599805739d192c47efa6ed397bbcbfd4eb797 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/m4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 47cbe3ed18c02..9153e719eaed3 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -15,6 +15,8 @@ NO_WMISSING_VARIABLE_DECLARATIONS= SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l +WARNS= 3 + tokenizer.o: parser.h CLEANFILES+= parser.c parser.h tokenizer.o |
