[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.255 and 1.256

version 1.255, 2010/03/31 06:29:42 version 1.256, 2010/03/31 07:13:53
Line 13  INSTALL_MAN = $(INSTALL_DATA)
Line 13  INSTALL_MAN = $(INSTALL_DATA)
 VERSION    = 1.9.21  VERSION    = 1.9.21
 VDATE      = 31 March 2010  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  WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
 CFLAGS    += -g $(VFLAGS) $(WFLAGS)  CFLAGS    += -g $(VFLAGS) $(WFLAGS)
 #CFLAGS   += -DOSNAME="\"OpenBSD 4.5\""  #CFLAGS   += -DOSNAME="\"OpenBSD 4.5\""

Legend:
Removed from v.1.255  
changed lines
  Added in v.1.256

CVSweb