Skip to content
Snippets Groups Projects
Commit 67909e79 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-01-10 11:59:55 by simonmar]

fix more breakage
parent b3026fc4
No related branches found
No related tags found
No related merge requests found
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# $Id: paths.mk,v 1.16 2000/01/10 11:08:04 simonmar Exp $ # $Id: paths.mk,v 1.17 2000/01/10 11:59:55 simonmar Exp $
# #
# ghc project specific make variables # ghc project specific make variables
# #
...@@ -25,21 +25,22 @@ GHC_INCLUDE_DIR := $(TOP)/includes ...@@ -25,21 +25,22 @@ GHC_INCLUDE_DIR := $(TOP)/includes
GHC_UTILS_DIR := $(TOP)/utils GHC_UTILS_DIR := $(TOP)/utils
GHC_INTERPRETER_DIR := $(TOP)/interpreter GHC_INTERPRETER_DIR := $(TOP)/interpreter
GHC_INPLACE := $(GHC_DRIVER_DIR)/ghc-inplace GHC_SYSMAN_DIR := $(GHC_RUNTIME_DIR)/gum
GHC_HSCPP_DIR := $(GHC_UTILS_DIR)/hscpp
GHC_HSCPP := $(GHC_HSCPP_DIR)/hscpp
GHC_MKDEPENDHS_DIR := $(GHC_UTILS_DIR)/mkdependHS
GHC_MKDEPENDHS := $(GHC_MKDEPENDHS_DIR)/mkdependHS-inplace
GHC_HSP := $(GHC_HSP_DIR)/hsp
GHC_HSP_DIR := $(GHC_HSC_DIR) GHC_HSP_DIR := $(GHC_HSC_DIR)
GHC_HSC := $(GHC_HSC_DIR)/hsc GHC_MKDEPENDHS_DIR := $(GHC_UTILS_DIR)/mkdependHS
GHC_HSCPP_DIR := $(GHC_UTILS_DIR)/hscpp
GHC_HSC_DIR := $(GHC_COMPILER_DIR) GHC_HSC_DIR := $(GHC_COMPILER_DIR)
GHC_SYSMAN := $(GHC_RUNTIME_DIR)/gum/SysMan
GHC_SYSMAN_DIR := $(GHC_RUNTIME_DIR)/gum
GHC_UNLIT_DIR := $(GHC_UTILS_DIR)/unlit GHC_UNLIT_DIR := $(GHC_UTILS_DIR)/unlit
UNLIT := $(GHC_UNLIT_DIR)/unlit
GHC_UNLIT := $(GHC_UNLIT_DIR)/unlit GHC_INPLACE = $(GHC_DRIVER_DIR)/ghc-inplace
GHC_HSCPP = $(GHC_HSCPP_DIR)/hscpp
GHC_MKDEPENDHS = $(GHC_MKDEPENDHS_DIR)/mkdependHS-inplace
GHC_HSP = $(GHC_HSP_DIR)/hsp
GHC_HSC = $(GHC_HSC_DIR)/hsc
GHC_SYSMAN = $(GHC_RUNTIME_DIR)/gum/SysMan
UNLIT = $(GHC_UNLIT_DIR)/unlit
GHC_UNLIT = $(GHC_UNLIT_DIR)/unlit
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Stuff for the C-compiling phase in particular... # Stuff for the C-compiling phase in particular...
......
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