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

[project @ 2000-07-18 17:34:52 by rrt]

oops, ghc-inplace ain't an EXE.
parent 8edd03ef
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: paths.mk,v 1.23 2000/07/18 17:31:02 rrt Exp $
# $Id: paths.mk,v 1.24 2000/07/18 17:34:52 rrt Exp $
#
# ghc project specific make variables
#
......@@ -32,7 +32,7 @@ GHC_MANGLER_DIR := $(GHC_DRIVER_DIR)/mangler
GHC_SPLIT_DIR := $(GHC_DRIVER_DIR)/split
GHC_STAT_DIR := $(GHC_DRIVER_DIR)/stats
GHC_INPLACE = $(GHC_DRIVER_DIR)/ghc-inplace$(EXE_SUFFIX)
GHC_INPLACE = $(GHC_DRIVER_DIR)/ghc-inplace
GHC_MKDEPENDHS = $(GHC_MKDEPENDHS_DIR)/mkdependHS-inplace
GHC_HSC = $(GHC_HSC_DIR)/hsc$(EXE_SUFFIX)
GHC_UNLIT = $(GHC_UNLIT_DIR)/unlit$(EXE_SUFFIX)
......
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