Makefile.in (libbackend.o): Remove options_.h.
* Makefile.in (libbackend.o): Remove options_.h. (mostlyclean): Likewise. From-SVN: r69810
This commit is contained in:
parent
0e5da0beef
commit
d2908a507b
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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-*
|
||||
|
|
Loading…
Add table
Reference in a new issue