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

Diff for /mandoc/Makefile between version 1.142 and 1.143

version 1.142, 2009/03/22 08:52:27 version 1.143, 2009/03/22 19:01:11
Line 13  VERSION    = 1.6.8
Line 13  VERSION    = 1.6.8
 VDATE      = 21 March 2009  VDATE      = 21 March 2009
   
 VFLAGS     = -DVERSION=\"$(VERSION)\"  VFLAGS     = -DVERSION=\"$(VERSION)\"
 CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g  CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
 LINTFLAGS += $(VFLAGS)  LINTFLAGS += $(VFLAGS)
 CFLAGS    += $(VFLAGS)  CFLAGS    += $(VFLAGS)
   
   # If you want to strip `Xo/Xc' macro pairs, enable this.  Really, only
   # OpenBSD should be doing this while it kicks its cruft.
   CFLAGS    += -DSTRIP_XO
   
 LIBLNS     = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \  LIBLNS     = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \
              validate.ln action.ln lib.ln att.ln arch.ln vol.ln \               validate.ln action.ln lib.ln att.ln arch.ln vol.ln \

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

CVSweb