Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c0cb704f
Commit
c0cb704f
authored
Jan 21, 1997
by
sof
Browse files
[project @ 1997-01-21 11:05:37 by sof]
MKDEPENDHS change to use ghc driver
parent
ef61553b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/mk/ghcconfig.mk.in
View file @
c0cb704f
# -----------------------------------------------------------------------------
# $Id: ghcconfig.mk.in,v 1.
3
199
6/1
1/2
2
1
4:12
:3
9
s
imonm
Exp $
# $Id: ghcconfig.mk.in,v 1.
4
199
7/0
1/2
1
1
1:05
:3
7
s
of
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment