[project @ 1997-10-09 15:02:51 by simonm]
authorsimonm <unknown>
Thu, 9 Oct 1997 15:02:51 +0000 (15:02 +0000)
committersimonm <unknown>
Thu, 9 Oct 1997 15:02:51 +0000 (15:02 +0000)
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

index 3cac410..3b2b1dc 100644 (file)
@@ -87,7 +87,7 @@ HostVendor_CPP                        = @HostVendor_CPP@
 LeadingUnderscore=@LeadingUnderscore@
 
 # Pin a suffix on executables? If so, what. (cygwin32 only).
-exeext=@exeext@
+exeext=
 
 #################################################################################
 #