diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-05-19 04:13:35 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-05-19 04:13:35 +0000 |
commit | e7f731a73e66d15f666002d8477f9882016476bc (patch) | |
tree | 11cae318b62b3614dac5c20374a596e87c26261e | |
parent | a8393d5dc2d2c4c7658aa53b5b679920b07741a3 (diff) | |
download | gcc-e7f731a73e66d15f666002d8477f9882016476bc.zip gcc-e7f731a73e66d15f666002d8477f9882016476bc.tar.gz gcc-e7f731a73e66d15f666002d8477f9882016476bc.tar.bz2 |
* Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
From-SVN: r34011
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e623248..3ab76d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-18 Mark Mitchell <mark@codesourcery.com> + + * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under. + 2000-05-18 Richard Henderson <rth@cygnus.com> * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 3da7dee..0214e58 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -706,7 +706,7 @@ GEN= genemit genoutput genrecog genextract genflags gencodes genconfig \ 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 tree-check.h \ - s-flags s-config s-codes s-mlib s-unders s-genrtl \ + s-flags s-config s-codes s-mlib s-under s-genrtl \ s-output s-recog s-emit s-extract s-peep s-check \ s-attr s-attrtab s-opinit s-crt0 \ genemit$(build_exeext) genoutput$(build_exeext) genrecog$(build_exeext) \ |