Skip to content
Snippets Groups Projects
Commit c0cb704f authored by sof's avatar sof
Browse files

[project @ 1997-01-21 11:05:37 by sof]

MKDEPENDHS change to use ghc driver
parent ef61553b
No related branches found
No related tags found
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: ghcconfig.mk.in,v 1.3 1996/11/22 14:12:39 simonm Exp $
# $Id: ghcconfig.mk.in,v 1.4 1997/01/21 11:05:37 sof Exp $
# This stuff should be split into separate files: that which can be
# messed with, and that which can't.
......@@ -62,15 +62,15 @@ PROJECT_MSUB_OPTS = -f $(TOP)/ghc/mk/ghcconfig.mk -f $(TOP)/ghc/mk/buildinfo.mk
# MkDependHS
ifdef UseInstalledUtils
MKDEPENDHS = mkdependHS
MKDEPENDHS = $(GHC_DRIVER_INST_NAME) -M
else
MKDEPENDHS = $(MKDEPENDHSSRC)/mkdependHS
MKDEPENDHS = $(GHC_DRIVERSRC)/ghc -M
MKDEPENDHSSRC = $(GHC_UTILSRC)/mkdependHS
endif
# Temp until we bootstrap to 2.01 properly
ifeq ($(Ghc2_0),YES)
MKDEPENDHS = mkdependHS
MKDEPENDHS = $(GHC_DRIVERSRC)/ghc -M
else
MKDEPENDHS = mkdependHS-1.2
endif
......
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