Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
e8d07af1
Commit
e8d07af1
authored
Jun 16, 2005
by
simonmar
Browse files
[project @ 2005-06-16 09:40:27 by simonmar]
Use -optdep--exclude-module to fix building HEAD with itself.
parent
fb3a22d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/compat/Makefile
View file @
e8d07af1
...
...
@@ -52,6 +52,18 @@ EXCLUDED_SRCS += \
Distribution/ParseUtils.hs
\
Distribution/Compiler.hs
\
Distribution/Version.hs
SRC_MKDEPENDHS_OPTS
+=
\
-optdep--exclude-module
=
System.Directory.Internals
\
-optdep--exclude-module
=
Distribution.Compat.ReadP
\
-optdep--exclude-module
=
Distribution.Extension
\
-optdep--exclude-module
=
Distribution.GetOpt
\
-optdep--exclude-module
=
Distribution.InstalledPackageInfo
\
-optdep--exclude-module
=
Distribution.License
\
-optdep--exclude-module
=
Distribution.Package
\
-optdep--exclude-module
=
Distribution.ParseUtils
\
-optdep--exclude-module
=
Distribution.Compiler
\
-optdep--exclude-module
=
Distribution.Version
endif
# Some explicit dependencies
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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