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
c1ea16ab
Commit
c1ea16ab
authored
Jul 16, 2001
by
qrczak
Browse files
[project @ 2001-07-16 21:01:58 by qrczak]
Follow the s/includes/include/ change in package.conf.
parent
859d9234
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/includes/Makefile
View file @
c1ea16ab
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.1
4
200
0/12/08 11:47:00 rrt
Exp $
# $Id: Makefile,v 1.1
5
200
1/07/16 21:01:58 qrczak
Exp $
#
TOP
=
..
...
...
@@ -88,7 +88,7 @@ boot :: all
# (ditto for interface files). This is not *really* needed, but
# it gives (perhaps) a cleaner binary dist structure..might change.
#
override datadir
:
=$(libdir)/include
s
override datadir
:
=$(libdir)/include
INSTALL_DATAS
+=
$(H_FILES)
$(H_CONFIG)
#
...
...
mk/target.mk
View file @
c1ea16ab
...
...
@@ -374,7 +374,7 @@ endif
SRC_CC_OPTS
+=
-I
$(GHC_INCLUDE_DIR)
-I
$(GHC_RUNTIME_DIR)
ifeq
"$(IS_CBITS_LIB)" "YES"
override datadir
:
=$(libdir)/include
s
override datadir
:
=$(libdir)/include
INSTALL_DATAS
+=
Hs
$(
shell
perl
-e
'print ucfirst "
$(PACKAGE)
"'
)
.h
else
SRC_CC_OPTS
+=
-Icbits
...
...
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