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

Diff for /mandoc/Makefile between version 1.301 and 1.302

version 1.301, 2010/12/28 10:51:03 version 1.302, 2010/12/28 13:46:07
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  ROFFLNS    = roff.ln tbl.ln tbl_opts.ln
   
 ROFFSRCS   = roff.c tbl.c  ROFFSRCS   = roff.c tbl.c tbl_opts.c
   
 ROFFOBJS   = roff.o tbl.o  ROFFOBJS   = roff.o tbl.o tbl_opts.o
   
 MANDOCLNS  = mandoc.ln  MANDOCLNS  = mandoc.ln
   

Legend:
Removed from v.1.301  
changed lines
  Added in v.1.302

CVSweb