[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / gzip

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/gzip/Makefile between version 1.11 and 1.12

version 1.11, 2007/05/28 12:06:26 version 1.12, 2008/08/29 00:02:24
Line 27  LINKS+=  ${BINDIR}/gzip ${BINDIR}/gunzip
Line 27  LINKS+=  ${BINDIR}/gzip ${BINDIR}/gunzip
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>
   
 .if ${HAVE_GCC} == 4  .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
 COPTS.gzip.c+=  -Wno-pointer-sign  COPTS.gzip.c+=  -Wno-pointer-sign
 .endif  .endif

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>