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

Diff for /mandoc/Makefile between version 1.71 and 1.73

version 1.71, 2009/02/20 11:04:23 version 1.73, 2009/02/21 14:56:57
Line 1 
Line 1 
 VERSION = 1.2.0  VERSION = 1.2.0
   
 CFLAGS += -W -Wall -Wno-unused-parameter -g  CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
   
 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            validate.ln action.ln
Line 136  tree.ln: tree.c mdoc.h
Line 136  tree.ln: tree.c mdoc.h
   
 tree.o: tree.c mdoc.h  tree.o: tree.c mdoc.h
   
 term.ln: term.c mdoc.h  term.ln: term.c private.h
   
 term.o: term.c mdoc.h  term.o: term.c private.h
   
 strings.ln: strings.c private.h  strings.ln: strings.c private.h
   

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.73

CVSweb