diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-08 17:13:04 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-08 17:13:04 +0000 |
commit | fad95be01fc95b73d46ffb84b9e3e15468a49a0e (patch) | |
tree | 9e960ee5448376a3c21ff7e4239c44640b4204f3 /gcc/Makefile.in | |
parent | c0fc8b1dfcc43f275f26176b86b63260b8213e76 (diff) | |
download | ppe42-gcc-fad95be01fc95b73d46ffb84b9e3e15468a49a0e.tar.gz ppe42-gcc-fad95be01fc95b73d46ffb84b9e3e15468a49a0e.zip |
* Makefile.in (STAGESTUFF): Readd line lost during June 9 FSF merge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21011 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e57c7e9fe6a..6c2508a4395 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -654,6 +654,7 @@ CCCP=@cpp_main@ # 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 tree-check.h \ s-flags s-config s-codes s-mlib s-under\ s-output s-recog s-emit s-extract s-peep s-check \ s-attr s-attrtab s-opinit s-crt s-crtS s-crt0 \ |