Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
11a614ff
Commit
11a614ff
authored
Dec 02, 2011
by
Ian Lynagh
Browse files
Fix header installation
parent
1c400aa9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
11a614ff
...
...
@@ -933,6 +933,8 @@ $(eval $(call bindist,.,\
$(BINDIST_HI)
\
$(BINDIST_EXTRAS)
\
$(includes_H_FILES)
\
$(includes_DERIVEDCONSTANTS)
\
$(includes_GHCCONSTANTS)
\
$(INSTALL_HEADERS)
\
$(INSTALL_LIBEXECS)
\
$(INSTALL_LIBEXEC_SCRIPTS)
\
...
...
includes/ghc.mk
View file @
11a614ff
...
...
@@ -204,5 +204,5 @@ install_includes :
$(
call
INSTALL_DIR,
"
$(DESTDIR)$(ghcheaderdir)
/
$d
"
)
&&
\
$(
call
INSTALL_HEADER,
$(INSTALL_OPTS)
,includes/
$d
/
*
.h,
"
$(DESTDIR)$(ghcheaderdir)
/
$d
/"
)
&&
\
)
true
$(
call
INSTALL_HEADER,
$(INSTALL_OPTS)
,
$(includes_H_CONFIG)
$(includes_H_PLATFORM)
,
"
$(DESTDIR)$(ghcheaderdir)
/"
)
$(
call
INSTALL_HEADER,
$(INSTALL_OPTS)
,
$(includes_H_CONFIG)
$(includes_H_PLATFORM)
$(includes_GHCCONSTANTS)
$(includes_DERIVEDCONSTANTS)
,
"
$(DESTDIR)$(ghcheaderdir)
/"
)
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