Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
6e694be0
Commit
6e694be0
authored
Jun 14, 2001
by
simonmar
Browse files
[project @ 2001-06-14 14:14:53 by simonmar]
- CURRENT_DIR isn't used any more - TmpFiles doesn't exist
parent
e50a36b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
6e694be0
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.15
6
2001/06/14 1
2:50:06
simon
pj
Exp $
# $Id: Makefile,v 1.15
7
2001/06/14 1
4:14:53
simon
mar
Exp $
TOP
=
..
include
$(TOP)/mk/boilerplate.mk
...
...
@@ -29,7 +29,6 @@ endif
# The 'echo' commands simply spit the values of various make variables
# into Config.hs, whence they can be compiled and used by GHC itself
CURRENT_DIR
=
ghc/compiler
CONFIG_HS
=
main/Config.hs
boot
::
$(CONFIG_HS)
...
...
@@ -181,7 +180,6 @@ ifneq "$(mingw32_TARGET_OS)" "1"
SRC_HC_OPTS
+=
-package
concurrent
-package
posix
-package
text
-package
util
else
SRC_HC_OPTS
+=
-package
concurrent
-package
text
-package
util
main/
TmpFiles_HC_OPTS
+=
-Dmingw32_TARGET_OS
endif
SRC_CC_OPTS
+=
-Iparser
-I
.
-I
$(TOP)
/includes
-O
...
...
Write
Preview
Supports
Markdown
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