public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Small Makefile.in patch
@ 1998-02-18  4:16 Bernd Schmidt
  1998-02-18  7:43 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Schmidt @ 1998-02-18  4:16 UTC (permalink / raw)
  To: egcs

This patch fixes a minor omission.

Bernd

	* Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.

Index: Makefile.in
===================================================================
RCS file: /usr/local/cvs/gcc/gcc/Makefile.in,v
retrieving revision 1.1.3.20
diff -c -p -r1.1.3.20 Makefile.in
*** Makefile.in	1998/02/16 19:03:12	1.1.3.20
--- Makefile.in	1998/02/17 09:42:27
*************** CCCP=cccp
*** 611,624 ****
  # Files to be copied away after each stage in building.
  STAGESTUFF = *$(objext) insn-flags.h insn-config.h insn-codes.h \
   insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c \
!  insn-attr.h insn-attrtab.c insn-opinit.c \
   stamp-flags stamp-config stamp-codes stamp-mlib \
   stamp-output stamp-recog stamp-emit stamp-extract stamp-peep \
   stamp-attr stamp-attrtab stamp-opinit stamp-crt stamp-crtS stamp-crt0 \
   genemit$(build_exeext) genoutput$(build_exeext) genrecog$(build_exeext) \
   genextract$(build_exeext) genflags$(build_exeext) gencodes$(build_exeext) \
   genconfig$(build_exeext) genpeep$(build_exeext) genattrtab$(build_exeext) \
!  genattr$(build_exeext) genopinit$(build_exeext) \
   xgcc$(exeext) cc1$(exeext) cpp$(exeext) $(EXTRA_PASSES) \
   $(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross$(exeext) \
   $(CCCP)$(exeext) cc1obj$(exeext) enquire$(exeext) \
--- 611,624 ----
  # Files to be copied away after each stage in building.
  STAGESTUFF = *$(objext) insn-flags.h insn-config.h insn-codes.h \
   insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c \
!  insn-attr.h insn-attrtab.c insn-opinit.c genrtl.c genrtl.h \
   stamp-flags stamp-config stamp-codes stamp-mlib \
   stamp-output stamp-recog stamp-emit stamp-extract stamp-peep \
   stamp-attr stamp-attrtab stamp-opinit stamp-crt stamp-crtS stamp-crt0 \
   genemit$(build_exeext) genoutput$(build_exeext) genrecog$(build_exeext) \
   genextract$(build_exeext) genflags$(build_exeext) gencodes$(build_exeext) \
   genconfig$(build_exeext) genpeep$(build_exeext) genattrtab$(build_exeext) \
!  genattr$(build_exeext) genopinit$(build_exeext) gengenrtl$(build_exeext) \
   xgcc$(exeext) cc1$(exeext) cpp$(exeext) $(EXTRA_PASSES) \
   $(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross$(exeext) \
   $(CCCP)$(exeext) cc1obj$(exeext) enquire$(exeext) \

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Small Makefile.in patch
  1998-02-18  4:16 Small Makefile.in patch Bernd Schmidt
@ 1998-02-18  7:43 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1998-02-18  7:43 UTC (permalink / raw)
  To: Bernd Schmidt; +Cc: egcs

  In message <Pine.SOL.3.90.980218113142.12315G-100000@bond.informatik.rwth-aacde>you write:
  > This patch fixes a minor omission.
  > 
  > Bernd
  > 
  > 	* Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
Thanks!  Installed.

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-02-18  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-18  4:16 Small Makefile.in patch Bernd Schmidt
1998-02-18  7:43 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).