Module Name: src Committed By: christos Date: Fri Apr 4 01:19:57 UTC 2014
Modified Files: src/external/gpl3/gcc/usr.bin/cc1plus: Makefile Log Message: remove extra To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/usr.bin/cc1plus/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/cc1plus/Makefile diff -u src/external/gpl3/gcc/usr.bin/cc1plus/Makefile:1.7 src/external/gpl3/gcc/usr.bin/cc1plus/Makefile:1.8 --- src/external/gpl3/gcc/usr.bin/cc1plus/Makefile:1.7 Wed Mar 5 16:37:02 2014 +++ src/external/gpl3/gcc/usr.bin/cc1plus/Makefile Thu Apr 3 21:19:57 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/03/05 21:37:02 tron Exp $ +# $NetBSD: Makefile,v 1.8 2014/04/04 01:19:57 christos Exp $ PROG= cc1plus SRCS= ${G_CXX_OBJS:S,c-family/,,:S,cp/,,:Nlibcpp.a:.o=.c} main.c ${PROG}-checksum.c @@ -9,8 +9,6 @@ NOMAN= 1 CPPFLAGS+= -I${DIST}/gcc/cp CPPFLAGS.prefix.c+= -DPREFIX=\"/usr\" -.include <bsd.own.mk> - .include "../Makefile.backend" .include "../Makefile.backtrace" .include "../Makefile.common"