Skip to content
Snippets Groups Projects
Commit 26255ccf authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-07-18 17:29:53 by rrt]

Changed ExeSuffix to exeext (which is what configure.in actually calls it).
parent b029b888
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment