]> gcc.gnu.org Git - gcc.git/commit
c++tools: Fix exe suffix [PR 98409]
authorNathan Sidwell <nathan@acm.org>
Mon, 21 Dec 2020 13:32:28 +0000 (05:32 -0800)
committerNathan Sidwell <nathan@acm.org>
Mon, 21 Dec 2020 13:41:42 +0000 (05:41 -0800)
commite4043c636cef8d18074ce6865ed3271283f52bb5
treeebaf908d0d483b0e1e3b925079f7172a40f6d21b
parent1b021bbd85a79c9d16c1359cbc23b608685dfd9f
c++tools: Fix exe suffix [PR 98409]

I had a thinko about variable case, and, coupled with Make's behaviour
of just consing up variables out of nothing, and linux not having an
executable extension, didn't notice.

PR other/98409
c++tools/
* Makefile.in: Fix exeext variable case.
c++tools/Makefile.in
This page took 0.056359 seconds and 5 git commands to generate.