Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/usr.bin/common it's memory-block.cc in thi...



details:   https://anonhg.NetBSD.org/src/rev/7833334ddd4a
branches:  trunk
changeset: 448496:7833334ddd4a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Feb 04 04:49:20 2019 +0000

description:
it's memory-block.cc in this case, not memory-block.c.

diffstat:

 external/gpl3/gcc/usr.bin/common/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ef9ac451b70a -r 7833334ddd4a external/gpl3/gcc/usr.bin/common/Makefile
--- a/external/gpl3/gcc/usr.bin/common/Makefile Mon Feb 04 04:45:48 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/common/Makefile Mon Feb 04 04:49:20 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2019/02/04 03:01:52 mrg Exp $
+#      $NetBSD: Makefile,v 1.9 2019/02/04 04:49:20 mrg Exp $
 
 LIBISPRIVATE=  yes
 
@@ -8,7 +8,7 @@
 LIB=           common
 
 .include "${.CURDIR}/defs.mk"
-SRCS=  ${G_OBJS-libcommon:.o=.c}
+SRCS=  ${G_OBJS-libcommon:S/memory-block.o/memory-block.cc/:.o=.c}
 
 # XXX make sure this doesn't have more than it needs
 CPPFLAGS+=     -I${GCCARCH} -I${BACKENDOBJ} -I. \



Home | Main Index | Thread Index | Old Index