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
547c57b7
Commit
547c57b7
authored
Nov 22, 2004
by
simonmar
Browse files
[project @ 2004-11-22 17:00:54 by simonmar]
Fix mkdependHS behaviour
parent
8e2b3afd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/utils/ghc-pkg/Makefile
View file @
547c57b7
...
...
@@ -13,7 +13,6 @@ ghc_ge_504 = $(shell if (test $(GhcCanonVersion) -ge 504); then echo YES; else e
SRC_HC_OPTS
+=
-cpp
-Wall
-fno-warn-name-shadowing
-fno-warn-unused-matches
SRC_HC_OPTS
+=
-I
$(FPTOOLS_TOP)
/libraries
SRC_HC_OPTS
+=
-i
$(GHC_LIB_COMPAT_DIR)
SRC_LD_OPTS
+=
-L
$(GHC_LIB_COMPAT_DIR)
-lghccompat
...
...
@@ -38,6 +37,17 @@ HS_PROG = ghc-pkg.bin
INSTALL_LIBEXECS
+=
$(HS_PROG)
endif
# This is horrible. We ought to be able to omit the entire directory
# from mkDependHS.
SRC_MKDEPENDHS_OPTS
+=
\
-optdep--exclude-module
=
Compat.Directory
\
-optdep--exclude-module
=
Distribution.Compat.ReadP
\
-optdep--exclude-module
=
Distribution.Package
\
-optdep--exclude-module
=
Distribution.InstalledPackageInfo
\
-optdep--exclude-module
=
Distribution.Package
\
-optdep--exclude-module
=
Distribution.License
\
-optdep--exclude-module
=
Distribution.Version
# -----------------------------------------------------------------------------=
# Create the Version.hs file
...
...
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