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
Alex D
GHC
Commits
04be4ca4
Commit
04be4ca4
authored
Feb 14, 2005
by
simonmar
Browse files
[project @ 2005-02-14 16:20:56 by simonmar]
More libghccompat nonsense
parent
bb607455
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/utils/hsc2hs/Makefile
View file @
04be4ca4
...
...
@@ -87,6 +87,22 @@ endif
override
datadir
=
$(libdir)
INSTALL_DATAS
+=
template-hsc.h
# This is horrible. We ought to be able to omit the entire directory
# from mkDependHS.
SRC_MKDEPENDHS_OPTS
+=
\
-optdep--exclude-module
=
Compat.RawSystem
\
-optdep--exclude-module
=
Compat.Directory
\
-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.Setup
\
-optdep--exclude-module
=
Distribution.Version
\
-optdep--exclude-module
=
System.Directory.Internals
# -----------------------------------------------------------------------------
# don't recurse on 'make install'
#
...
...
ghc/utils/runghc/Makefile
View file @
04be4ca4
...
...
@@ -15,4 +15,20 @@ SRC_LD_OPTS += -L$(GHC_LIB_COMPAT_DIR) -lghccompat
# we must also build with $(GhcHcOpts) here:
SRC_HC_OPTS
+=
$(GhcHcOpts)
# This is horrible. We ought to be able to omit the entire directory
# from mkDependHS.
SRC_MKDEPENDHS_OPTS
+=
\
-optdep--exclude-module
=
Compat.RawSystem
\
-optdep--exclude-module
=
Compat.Directory
\
-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.Setup
\
-optdep--exclude-module
=
Distribution.Version
\
-optdep--exclude-module
=
System.Directory.Internals
include
$(TOP)/mk/target.mk
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