Commit 9b0f6145 by Mark Mitchell Committed by Mark Mitchell

* Makefile.in (genprogs): Fix typo.

From-SVN: r70989
parent a8c7ac9c
2003-09-01 Mark Mitchell <mark@codesourcery.com> 2003-09-01 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (genprogs): Fix typo.
* Makefile.in (gencheck.o): Remove build commands. * Makefile.in (gencheck.o): Remove build commands.
(dummy-conditions.o): Likewise. (dummy-conditions.o): Likewise.
(read-rtl.o): Likewise. (read-rtl.o): Likewise.
......
...@@ -2088,7 +2088,7 @@ genprognames=genconfig genflags gencodes genemit genopinit genrecog \ ...@@ -2088,7 +2088,7 @@ genprognames=genconfig genflags gencodes genemit genopinit genrecog \
genextract genpeep genattr genoutput genextract genpeep genattr genoutput
# The names of the executable files for those programs. # The names of the executable files for those programs.
genprogs=$(genprognames:%=%$(buildexeext)) genprogs=$(genprognames:%=%$(build_exeext))
# Object files used in those programs. # Object files used in those programs.
genobjs=$(genprognames:%=%.o) read-rtl.o gensupport.o genattrtab.o \ genobjs=$(genprognames:%=%.o) read-rtl.o gensupport.o genattrtab.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment