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

Diff for /mandoc/Makefile between version 1.307 and 1.310

version 1.307, 2011/01/04 23:32:21 version 1.310, 2011/02/06 20:36:36
Line 18  INSTALL_DATA = $(INSTALL) -m 0444
Line 18  INSTALL_DATA = $(INSTALL) -m 0444
 INSTALL_LIB     = $(INSTALL) -m 0644  INSTALL_LIB     = $(INSTALL) -m 0644
 INSTALL_MAN     = $(INSTALL_DATA)  INSTALL_MAN     = $(INSTALL_DATA)
   
 VERSION    = 1.10.8  VERSION    = 1.10.9
 VDATE      = 24 December 2010  VDATE      = 07 January 2011
   
 VFLAGS     = -DVERSION="\"$(VERSION)\""  VFLAGS     = -DVERSION="\"$(VERSION)\""
 WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
Line 31  CFLAGS    += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
Line 31  CFLAGS    += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H
   
 LINTFLAGS += $(VFLAGS)  LINTFLAGS += $(VFLAGS)
   
 ROFFLNS    = roff.ln tbl.ln tbl_opts.ln tbl_layout.ln tbl_data.ln  ROFFLNS    = roff.ln tbl.ln tbl_opts.ln tbl_layout.ln tbl_data.ln eqn.ln
   
 ROFFSRCS   = roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c  ROFFSRCS   = roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c
   
 ROFFOBJS   = roff.o tbl.o tbl_opts.o tbl_layout.o tbl_data.o  ROFFOBJS   = roff.o tbl.o tbl_opts.o tbl_layout.o tbl_data.o eqn.o
   
 MANDOCLNS  = mandoc.ln  MANDOCLNS  = mandoc.ln
   

Legend:
Removed from v.1.307  
changed lines
  Added in v.1.310

CVSweb