diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-31 08:04:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-31 08:04:57 +0000 |
commit | 7b210745c51f43a010960ae23f8c998c8d1dce86 (patch) | |
tree | 0a918aba8d241ba3be010631530f4b10a78b303e /Makefile | |
parent | a12f0f0bcfd4c67c0c4b89f7e99eebe364ac9b92 (diff) | |
download | mandoc-7b210745c51f43a010960ae23f8c998c8d1dce86.tar.gz |
Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child explicit-scope macros.
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 +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\"" |