diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-31 07:42:04 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-31 07:42:04 +0000 |
commit | a12f0f0bcfd4c67c0c4b89f7e99eebe364ac9b92 (patch) | |
tree | f4b373c596d554928df76ffee7cae2da35819564 /Makefile | |
parent | d8f04423aa0185697ac4ab7b182532f8f02b5de7 (diff) | |
download | mandoc-a12f0f0bcfd4c67c0c4b89f7e99eebe364ac9b92.tar.gz |
Re-adjusting UGLY tags.
Fixed removed assignment of type.
Removed superfluous checks of mdoc_argflags (from days when comments were a macro tag).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ INSTALL_MAN = $(INSTALL_DATA) VERSION = 1.9.21 VDATE = 31 March 2010 -VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H -DUGLY +VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings CFLAGS += -g $(VFLAGS) $(WFLAGS) #CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" |