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

Diff for /mandoc/Makefile between version 1.309 and 1.310

version 1.309, 2011/01/07 15:22:21 version 1.310, 2011/02/06 20:36:36
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.309  
changed lines
  Added in v.1.310

CVSweb