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/backend pretty much everything dep...



details:   https://anonhg.NetBSD.org/src/rev/658201b0f682
branches:  trunk
changeset: 321774:658201b0f682
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Apr 05 05:38:59 2018 +0000

description:
pretty much everything depends upon insn-opinit.h via optabs-query.h
so set it in DPSRCS.  hopefully this fixes PR 53137.

diffstat:

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

diffs (18 lines):

diff -r fb5647058d55 -r 658201b0f682 external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile        Thu Apr 05 03:39:14 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile        Thu Apr 05 05:38:59 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.45 2018/04/02 22:35:26 mrg Exp $
+#      $NetBSD: Makefile,v 1.46 2018/04/05 05:38:59 mrg Exp $
 
 LIBISPRIVATE=  yes
 
@@ -417,6 +417,8 @@
        mv ${.TARGET}.tmp ${.TARGET}
 CLEANFILES+=   insn-opinit.h insn-opinit.c
 
+DPSRCS+= insn-opinit.h
+
 LDFLAGS.genautomata+=  -lm
 
 # gencondmd outputs a special .md file



Home | Main Index | Thread Index | Old Index