From: simonm Date: Thu, 9 Oct 1997 15:02:51 +0000 (+0000) Subject: [project @ 1997-10-09 15:02:51 by simonm] X-Git-Tag: Approx_2487_patches~1398 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3d43c4095f212db8b6435f90c12df444b47b9bdd;p=ghc-hetmet.git [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. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 3cac410..3b2b1dc 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= ################################################################################# #