From 2c5be2c6966e955a2c551efc7ceb75507ddb48a6 Mon Sep 17 00:00:00 2001 From: geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Sat, 26 Jul 2003 07:37:55 +0000 Subject: [PATCH] * Makefile.in (libbackend.o): Remove options_.h. (mostlyclean): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69810 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 3 +++ gcc/Makefile.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23f7780ad890..d5448ea579d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-07-26 Geoffrey Keating <geoffk@apple.com> + * Makefile.in (libbackend.o): Remove options_.h. + (mostlyclean): Likewise. + * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't insert a label at the end of an function under Mach-O. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1968f82776b1..e3e676cde45f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1820,7 +1820,7 @@ mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H) $(SYSTEM_H) coretypes.h $(TM_H) # FIXME: writing proper dependencies for this is a *LOT* of work. libbackend.o : $(OBJS-common:.o=.c) $(out_file) \ insn-config.h insn-flags.h insn-codes.h insn-constants.h \ - insn-attr.h options_.h + insn-attr.h $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ -DTARGET_NAME=\"$(target_alias)\" \ -DLOCALEDIR=\"$(localedir)\" \ @@ -2793,7 +2793,7 @@ mostlyclean: lang.mostlyclean -rm -f xlimits.h # Delete other built files. -rm -f xsys-protos.hT - -rm -f specs.h options_.h gencheck.h options.c options.h + -rm -f specs.h gencheck.h options.c options.h # Delete the stamp and temporary files. -rm -f s-* tmp-* stamp-* stmp-* -rm -f */stamp-* */tmp-* -- GitLab