]> gcc.gnu.org Git - gcc.git/commitdiff
* Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
authorBernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
Wed, 18 Feb 1998 07:42:20 +0000 (07:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 18 Feb 1998 07:42:20 +0000 (00:42 -0700)
From-SVN: r18061

gcc/ChangeLog
gcc/Makefile.in

index d4b369838dadd84892b95c11aa9dcb1ef90021b8..cb23ebc80827ca12fabf893e05d2dd623b4bc263 100644 (file)
@@ -1,3 +1,7 @@
+Wed Feb 18 08:44:25 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
+
+       * Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.
+
 Tue Feb 17 23:30:20 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
 
        * c-common.c (c_expand_start_cond, c_expand_end_cond,
index 100a7ade917f572399931443ac9caab95bcddd8e..431d5af037abedc147dcb17affe929bd793d7d85 100644 (file)
@@ -611,14 +611,14 @@ CCCP=cccp
 # 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 \
+ 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) \
+ 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) \
This page took 0.07994 seconds and 5 git commands to generate.