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
18b63b9d
Commit
18b63b9d
authored
Jul 16, 2001
by
sof
Browse files
[project @ 2001-07-16 15:46:09 by sof]
GHC_INCLUDES => GHC_INCLUDE_DIR
parent
c5bff5b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
18b63b9d
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.17
4
2001/07/1
0
1
4:25:24 rrt
Exp $
# $Id: Makefile,v 1.17
5
2001/07/1
6
1
5:46:09 sof
Exp $
TOP
=
..
include
$(TOP)/mk/boilerplate.mk
...
...
@@ -180,7 +180,7 @@ DESTDIR = $(INSTALL_LIBRARY_DIR_GHC)
# Big Fudge to get around inherent problem that Makefile setup
# has got with 'mkdependC'.
#
SRC_MKDEPENDC_OPTS
+=
-D__GLASGOW_HASKELL__
=
$(ProjectVersionInt)
-I
$(GHC_INCLUDE
S
)
SRC_MKDEPENDC_OPTS
+=
-D__GLASGOW_HASKELL__
=
$(ProjectVersionInt)
-I
$(GHC_INCLUDE
_DIR
)
# -----------------------------------------------------------------------------
# Haskell compilations
...
...
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