From 3d43c4095f212db8b6435f90c12df444b47b9bdd Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Thu, 9 Oct 1997 15:02:51 +0000
Subject: [PATCH] [project @ 1997-10-09 15:02:51 by simonm] set $(exeext) to
 empty, since it's currently set to @exeext@ and there's nothing in the
 configure script to pass in its real value.

I'll move the tag on this file for 2.08, it can be fixed properly later.
---
 mk/config.mk.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 3cac410d627f..3b2b1dcde3d6 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -87,7 +87,7 @@ HostVendor_CPP	                = @HostVendor_CPP@
 LeadingUnderscore=@LeadingUnderscore@
 
 # Pin a suffix on executables? If so, what. (cygwin32 only).
-exeext=@exeext@
+exeext=
 
 #################################################################################
 #
-- 
GitLab