[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Makefile between version 1.33 and 1.34

version 1.33, 2010/04/07 23:15:05 version 1.34, 2010/05/10 18:20:31
Line 5 
Line 5 
 VERSION=1.9.23  VERSION=1.9.23
 CFLAGS+=-DVERSION=\"${VERSION}\"  CFLAGS+=-DVERSION=\"${VERSION}\"
 CFLAGS+=-W -Wall -Wstrict-prototypes  CFLAGS+=-W -Wall -Wstrict-prototypes
 .if ${USE_GCC3:L} != "no"  
   .if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4"
 CFLAGS+=-Wno-unused-parameter  CFLAGS+=-Wno-unused-parameter
 .endif  .endif
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34