summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 08:04:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 08:04:57 +0000
commit3eb96ce643d1ee1d11d559b24333a46d54143bdb (patch)
tree1d6a962de14ab6e29c18280ee2322e27c761952d /Makefile
parent101ac88dc577c04f57475d10ac4f399b3affd308 (diff)
downloadmandoc-3eb96ce643d1ee1d11d559b24333a46d54143bdb.tar.gz
mandoc-3eb96ce643d1ee1d11d559b24333a46d54143bdb.tar.zst
mandoc-3eb96ce643d1ee1d11d559b24333a46d54143bdb.zip
Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child explicit-scope macros.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7561357f..73e1da83 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
+VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H -DUGLY
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
CFLAGS += -g $(VFLAGS) $(WFLAGS)
#CFLAGS += -DOSNAME="\"OpenBSD 4.5\""