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

Diff for /mandoc/Makefile between version 1.338 and 1.339

version 1.338, 2011/05/13 01:02:34 version 1.339, 2011/05/17 22:32:45
Line 13 
Line 13 
   
 VERSION          = 1.11.2  VERSION          = 1.11.2
 VDATE            = 12 May 2011  VDATE            = 12 May 2011
 CFLAGS          += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""  # If your system doesn't support multi-byte functions (specifically
   # setlocale(), wcwidth(), putwchar()), then remove -DUSE_CHAR.  You'll
   # still be able to use -Tlocale, but it becomes a synonym for -Tascii.
   CFLAGS          += -g -DUSE_WCHAR -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""
 CFLAGS          += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  CFLAGS          += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
 PREFIX           = /usr/local  PREFIX           = /usr/local
 BINDIR           = $(PREFIX)/bin  BINDIR           = $(PREFIX)/bin

Legend:
Removed from v.1.338  
changed lines
  Added in v.1.339

CVSweb