https://gcc.gnu.org/g:e7ac1359e46df57a810ca8b0478d3b5176b1b8f5
commit r16-4610-ge7ac1359e46df57a810ca8b0478d3b5176b1b8f5 Author: Nicolas Boulenguez <[email protected]> Date: Fri Oct 24 18:51:11 2025 +0200 Ada: Small cleanup in Makefile gcc/ada/ PR ada/80033 * gcc-interface/Makefile.in (deftarg.o): Delete. (init-vxsim.o): Likewise. (force): Likewise. Diff: --- gcc/ada/gcc-interface/Makefile.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index d456ac1966f2..2a099a9af6e9 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -905,7 +905,6 @@ adadecode.o : adadecode.c adadecode.h aux-io.o : aux-io.c argv.o : argv.c cal.o : cal.c -deftarg.o : deftarg.c errno.o : errno.c exit.o : adaint.h exit.c expect.o : expect.c @@ -938,10 +937,6 @@ init.o : init.c adaint.h raise.h $(CC) -c $(ALL_CFLAGS) $(ADA_CFLAGS) \ $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION) -init-vxsim.o : init-vxsim.c - $(CC) -c $(ALL_CFLAGS) $(ADA_CFLAGS) \ - $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION) - initialize.o : initialize.c raise.h $(CC) -c $(ALL_CFLAGS) $(ADA_CFLAGS) \ $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION) @@ -960,5 +955,3 @@ targext.o : targext.c # In GNU Make, ignore whether `stage*' exists. .PHONY: stage1 stage2 stage3 stage4 clean realclean TAGS bootstrap .PHONY: risky-stage1 risky-stage2 risky-stage3 risky-stage4 - -force:
