Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/gpl3/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/external/gpl3/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- src/external/gpl3/Makefile 2014/02/26 09:54:32 1.9 +++ src/external/gpl3/Makefile 2014/06/14 20:49:36 1.10 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/02/26 09:54:32 mrg Exp $ +# $NetBSD: Makefile,v 1.10 2014/06/14 20:49:36 mrg Exp $ .include @@ -7,12 +7,10 @@ SUBDIR+= binutils .endif .if ${MKGCC} != "no" -.if ${HAVE_GCC} >= 45 .if ${MKGCCCMDS} != "no" SUBDIR+= ${EXTERNAL_GCC_SUBDIR} .endif .endif -.endif .if ${MKGDB} != "no" .if ${HAVE_GDB} == "7"