[gcc/devel/modula-2] Bugfix added missing rule change to gcc/m2/Make-lang.in

Gaius Mulley gaius@gcc.gnu.org
Mon Sep 5 15:43:50 GMT 2022


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) \


More information about the Gcc-cvs mailing list