mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
* Makefile.in (genprogs): Fix typo.
From-SVN: r70989
This commit is contained in:
parent
a8c7ac9cd6
commit
9b0f614586
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user