=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.255 retrieving revision 1.257 diff -u -p -r1.255 -r1.257 --- mandoc/Makefile 2010/03/31 06:29:42 1.255 +++ mandoc/Makefile 2010/03/31 07:42:04 1.257 @@ -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 WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings CFLAGS += -g $(VFLAGS) $(WFLAGS) #CFLAGS += -DOSNAME="\"OpenBSD 4.5\""