]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Ada: Small cleanup in Makefile
authorNicolas Boulenguez <nicolas@debian.org>
Fri, 24 Oct 2025 16:51:11 +0000 (18:51 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Fri, 24 Oct 2025 16:52:46 +0000 (18:52 +0200)
gcc/ada/
PR ada/80033
* gcc-interface/Makefile.in (deftarg.o): Delete.
(init-vxsim.o): Likewise.
(force): Likewise.

gcc/ada/gcc-interface/Makefile.in

index d456ac1966f274be70e021f06cbf4f6d193b6df5..2a099a9af6e9d98ae6eb8b020afaf2d683ad4692 100644 (file)
@@ -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: