diff options
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 88c47a1..d3a1453 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5c3f8cc..3afd525 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 \ |
