From: Mark Mitchell Date: Tue, 2 Sep 2003 01:28:58 +0000 (+0000) Subject: * Makefile.in (genprogs): Fix typo. X-Git-Tag: releases/gcc-3.4.0~3956 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b0f614586c23b11f6d9326b6e9fd555a5fa7928;p=thirdparty%2Fgcc.git * Makefile.in (genprogs): Fix typo. From-SVN: r70989 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 88c47a1f7455..d3a1453ae9ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2003-09-01 Mark Mitchell + * 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 5c3f8cce5c30..3afd525c9b70 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 \