Module Name:    src
Committed By:   joerg
Date:           Sun Oct  8 11:08:55 UTC 2017

Modified Files:
        src/external/gpl3/gcc.old/usr.bin/backend: Makefile
        src/external/gpl3/gcc/usr.bin/backend: Makefile

Log Message:
Don't try to rebuild gengtype-lex.c from yacc.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc.old/usr.bin/backend/Makefile
cvs rdiff -u -r1.38 -r1.39 src/external/gpl3/gcc/usr.bin/backend/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.old/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc.old/usr.bin/backend/Makefile:1.7 src/external/gpl3/gcc.old/usr.bin/backend/Makefile:1.8
--- src/external/gpl3/gcc.old/usr.bin/backend/Makefile:1.7	Thu Jul 27 16:05:15 2017
+++ src/external/gpl3/gcc.old/usr.bin/backend/Makefile	Sun Oct  8 11:08:55 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2017/07/27 16:05:15 he Exp $
+#	$NetBSD: Makefile,v 1.8 2017/10/08 11:08:55 joerg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -6,6 +6,10 @@ LIB=		backend
 
 SRCS=		${G_OBJS:.o=.c} ${G_out_file:T} regsub.c
 
+# Make sure we use the pre-generated C files
+.l.c:
+	@true
+
 BOTH_CPPFLAGS+=	-I. -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
 CPPFLAGS+=	${BOTH_CPPFLAGS} -DTARGET_NAME=\"${MACHINE_GNU_PLATFORM}\"
 HOST_CPPFLAGS+=	-I${HOST_LIBIBERTYOBJ}/libiberty

Index: src/external/gpl3/gcc/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.38 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.39
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.38	Tue Sep 12 09:25:24 2017
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile	Sun Oct  8 11:08:55 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.38 2017/09/12 09:25:24 he Exp $
+#	$NetBSD: Makefile,v 1.39 2017/10/08 11:08:55 joerg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -6,6 +6,10 @@ LIB=		backend
 
 SRCS=		${G_OBJS:.o=.c} ${G_out_file:T} regsub.c
 
+# Make sure we use the pre-generated C files
+.l.c:
+	@true
+
 BOTH_CPPFLAGS+=	-I. -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
 CPPFLAGS+=	${BOTH_CPPFLAGS} -DTARGET_NAME=\"${MACHINE_GNU_PLATFORM}\"
 HOST_CPPFLAGS+=	-I${HOST_LIBIBERTYOBJ}/libiberty

Reply via email to