public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] Bugfix added missing rule change to gcc/m2/Make-lang.in
@ 2022-09-05 15:43 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-09-05 15:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3e960b43e6f9d0f548b7d9626364c6e42d685587

commit 3e960b43e6f9d0f548b7d9626364c6e42d685587
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Mon Sep 5 16:43:13 2022 +0100

    Bugfix added missing rule change to gcc/m2/Make-lang.in
    
    Tiny fix adding missing patch to gcc/m2/Make-lang.in.
    
    gcc/m2/ChangeLog:
    
            * gcc/m2/Make-lang.in (m2/gm2-compiler-boot/%.mod) Remove
            $(objdir) from the rule target.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

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 fb8d98a934f..83de7e6e919 100644
--- a/gcc/m2/Make-lang.in
+++ b/gcc/m2/Make-lang.in
@@ -1363,7 +1363,7 @@ m2/gm2-compiler-boot/%.o: $(srcdir)/m2/gm2-compiler/%.mod $(BUILD-BOOT-H) $(MCDE
             -I. -Im2/gm2-libs-boot -Im2/gm2-compiler-boot -Im2/gm2-libiberty \
             -I$(srcdir)/m2/gm2-libiberty $(MCINCLUDES) $(INCLUDES) m2/gm2-compiler-boot/$*.c -o $@
 
-m2/gm2-compiler-boot/%.o: $(objdir)/m2/gm2-compiler-boot/%.mod $(MCDEPS) $(BUILD-BOOT-H)
+m2/gm2-compiler-boot/%.o: m2/gm2-compiler-boot/%.mod $(MCDEPS) $(BUILD-BOOT-H)
 	$(MC) -o=m2/gm2-compiler-boot/$*.c m2/gm2-compiler-boot/$*.mod
 	$(COMPILER) -c -fpermissive $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(GM2GCC) \
             -I. -I$(srcdir)/../include -I$(srcdir) \

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

only message in thread, other threads:[~2022-09-05 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 15:43 [gcc/devel/modula-2] Bugfix added missing rule change to gcc/m2/Make-lang.in 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).