public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] Add insn-attr-common.h as a dependant to gm2spec.cc.
@ 2022-07-11 23:17 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-07-11 23:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f55158f3ef8d5ac400806e20b7af86b879823c16

commit f55158f3ef8d5ac400806e20b7af86b879823c16
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Tue Jul 12 00:15:20 2022 +0100

    Add insn-attr-common.h as a dependant to gm2spec.cc.
    
    gcc/m2/ChangeLog:
    
            * Make-lang.in (gm2spec.o): Add insn-attr-common.h as
            a dependant.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/m2/Make-lang.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/m2/Make-lang.in b/gcc/m2/Make-lang.in
index a882076da3a..616f7917be2 100644
--- a/gcc/m2/Make-lang.in
+++ b/gcc/m2/Make-lang.in
@@ -95,7 +95,7 @@ SRC_PREFIX=G
 
 m2/gm2spec.o: $(srcdir)/m2/gm2spec.cc $(SYSTEM_H) $(GCC_H) $(CONFIG_H) \
                m2/gm2config.h $(TARGET_H) $(PLUGIN_HEADERS) \
-               $(generated_files) $(C_TREE_H)
+               $(generated_files) $(C_TREE_H) insn-attr-common.h
 	(SHLIB_LINK='$(SHLIB_LINK)' \
 	SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
 	$(COMPILER) $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-11 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 23:17 [gcc/devel/modula-2] Add insn-attr-common.h as a dependant to gm2spec.cc Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).