* Makefile.in (genprogs): Fix typo.

From-SVN: r70989
This commit is contained in:
Mark Mitchell 2003-09-02 01:28:58 +00:00 committed by Mark Mitchell
parent a8c7ac9cd6
commit 9b0f614586
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-09-01 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (genprogs): Fix typo.
* Makefile.in (gencheck.o): Remove build commands.
(dummy-conditions.o): Likewise.
(read-rtl.o): Likewise.

View File

@ -2088,7 +2088,7 @@ genprognames=genconfig genflags gencodes genemit genopinit genrecog \
genextract genpeep genattr genoutput
# The names of the executable files for those programs.
genprogs=$(genprognames:%=%$(buildexeext))
genprogs=$(genprognames:%=%$(build_exeext))
# Object files used in those programs.
genobjs=$(genprognames:%=%.o) read-rtl.o gensupport.o genattrtab.o \