diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-09-02 01:28:58 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-09-02 01:28:58 +0000 |
commit | 9b0f614586c23b11f6d9326b6e9fd555a5fa7928 (patch) | |
tree | 416e3db499dc601f54753e9eb143ab7b8c578f7c /gcc | |
parent | a8c7ac9cd6e3919d7ae620bcb3f721473019fb1a (diff) | |
download | gcc-9b0f614586c23b11f6d9326b6e9fd555a5fa7928.zip gcc-9b0f614586c23b11f6d9326b6e9fd555a5fa7928.tar.gz gcc-9b0f614586c23b11f6d9326b6e9fd555a5fa7928.tar.bz2 |
* Makefile.in (genprogs): Fix typo.
From-SVN: r70989
Diffstat (limited to 'gcc')
-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 \ |