From: rrt Date: Tue, 18 Jul 2000 17:29:53 +0000 (+0000) Subject: [project @ 2000-07-18 17:29:53 by rrt] X-Git-Tag: Approximately_9120_patches~3974 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=26255ccff75e94c8403baf92abd5e64e68f3264c;p=ghc-hetmet.git [project @ 2000-07-18 17:29:53 by rrt] Changed ExeSuffix to exeext (which is what configure.in actually calls it). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index ff3cc61..25c7e32 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -492,10 +492,8 @@ HAPPY_PREFIX = $(FPTOOLS_TOP)/happy/src/ GREENCARD_PREFIX = $(FPTOOLS_TOP)/green-card/src/ UNLIT_PREFIX = $(FPTOOLS_TOP)/ghc/utils/unlit/ -UGEN_PREFIX = $(FPTOOLS_TOP)/ghc/utils/ugen/ STAT2RESID_PREFIX = $(FPTOOLS_TOP)/ghc/utils/stat2resid/ HP2PS_PREFIX = $(FPTOOLS_TOP)/ghc/utils/hp2ps/ -HSCPP_PREFIX = $(FPTOOLS_TOP)/ghc/utils/hscpp/ HSTAGS_PREFIX = $(FPTOOLS_TOP)/ghc/utils/hstags/ @@ -631,7 +629,7 @@ ZIP = zip # # Under Windows, we have to deal with .exe suffixes # -EXE_SUFFIX=@ExeSuffix@ +EXE_SUFFIX=@exeext@ # # This is special to literate/, ToDo: add literate-specific