Module Name: src Committed By: tron Date: Sat Mar 22 19:52:21 UTC 2014
Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile Log Message: Remove (harmless) debug target committed by accident. Pointed out by Matthew Green in private e-mail. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/usr.bin/cc1/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/usr.bin/cc1/Makefile diff -u src/external/gpl3/gcc/usr.bin/cc1/Makefile:1.7 src/external/gpl3/gcc/usr.bin/cc1/Makefile:1.8 --- src/external/gpl3/gcc/usr.bin/cc1/Makefile:1.7 Sat Mar 22 17:57:47 2014 +++ src/external/gpl3/gcc/usr.bin/cc1/Makefile Sat Mar 22 19:52:21 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/03/22 17:57:47 tron Exp $ +# $NetBSD: Makefile,v 1.8 2014/03/22 19:52:21 tron Exp $ PROG= cc1 SRCS= ${G_C_OBJS:S,c-family/,,:S,c/,,:Nlibcpp.a:.o=.c} main.c ${PROG}-checksum.c @@ -50,6 +50,3 @@ DPADD+= ${LIBMPC} ${LIBMPFR} ${LIBGMP} $ .PATH: ${DIST}/gcc ${DIST}/gcc/c ${DIST}/gcc/c-family ${DIST}/gcc/config .PATH: ${G_out_file:H} - -gugu: - @echo ${COPTS}