summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 07:42:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 07:42:04 +0000
commit101ac88dc577c04f57475d10ac4f399b3affd308 (patch)
tree47cdf48c0b3b9a26bc29184b44f6e4c136384898 /Makefile
parentea6ed8eb4a9349ba679125913c5a03c1027783b2 (diff)
downloadmandoc-101ac88dc577c04f57475d10ac4f399b3affd308.tar.gz
mandoc-101ac88dc577c04f57475d10ac4f399b3affd308.tar.zst
mandoc-101ac88dc577c04f57475d10ac4f399b3affd308.zip
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7610ccc..7561357f 100644
--- a/Makefile
+++ b/Makefile
@@ -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\""