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

Diff for /mandoc/Makefile between version 1.433 and 1.434

version 1.433, 2014/08/08 20:34:06 version 1.434, 2014/08/08 23:47:21
Line 488  mdocml.tar.gz: $(DISTFILES)
Line 488  mdocml.tar.gz: $(DISTFILES)
   
 config.h: configure config.h.pre config.h.post $(TESTSRCS)  config.h: configure config.h.pre config.h.post $(TESTSRCS)
         rm -f config.log          rm -f config.log
         CC="$(CC)" CFLAGS="$(CFLAGS)" VERSION="$(VERSION)" ./configure          CC="$(CC)" CFLAGS="$(CFLAGS)" DBLIB="$(DBLIB)" \
                   VERSION="$(VERSION)" ./configure
   
 .PHONY:          base-install cgi-install db-install install www-install  .PHONY:          base-install cgi-install db-install install www-install
 .PHONY:          clean depend  .PHONY:          clean depend

Legend:
Removed from v.1.433  
changed lines
  Added in v.1.434

CVSweb