diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-17 14:17:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-17 14:17:07 +0000 |
commit | a5327753a1ee02038bf3a01e3770f3d9aa24c1fa (patch) | |
tree | 5d99e18f11dad80c8e84da506951e5d4e67b4947 /Makefile | |
parent | 0ad360ea8cf5b596bdef7ba11568d21fe1cfaf55 (diff) | |
download | mandoc-a5327753a1ee02038bf3a01e3770f3d9aa24c1fa.tar.gz |
Put $VFLAGS back into $LINTFLAGS (broke on NetBSD).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ VDATE = 15 June 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g CFLAGS += $(VFLAGS) +LINTFLAGS += $(VFLAGS) MDOCLNS = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \ mdoc_argv.ln mdoc_validate.ln mdoc_action.ln \ |