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)
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

index 87f9236c203c417037bbcfb6695db1bb64cd0f7b..7dc67ad9e06a35589289584dca064adf06a11e68 100644 (file)
@@ -29,7 +29,7 @@ AUTOHEADER := @AUTOHEADER@
 CXX := @CXX@
 CXXFLAGS := @CXXFLAGS@
 CXXOPTS := $(CXXFLAGS) -fno-exceptions -fno-rtti
-EXEEXT := @EXEEXT@
+exeext := @EXEEXT@
 LIBIBERTY := ../libiberty/libiberty.a
 VERSION.O := ../gcc/version.o