]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (genprogs): Fix typo.
authorMark Mitchell <mark@codesourcery.com>
Tue, 2 Sep 2003 01:28:58 +0000 (01:28 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 2 Sep 2003 01:28:58 +0000 (01:28 +0000)
From-SVN: r70989

gcc/ChangeLog
gcc/Makefile.in

index 88c47a1f7455f6a3a594875ecccccfb8dab42064..d3a1453ae9ae2d58f77605524698d715b739263e 100644 (file)
@@ -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.
index 5c3f8cce5c30552f01ad74164218fa83146b060a..3afd525c9b7003971790aa7a4eb24cbecd7b1591 100644 (file)
@@ -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 \