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
9fd5a2ca
Commit
9fd5a2ca
authored
Dec 02, 2011
by
Ian Lynagh
Browse files
Remove unused install_headers and INSTALL_HEADERS
parent
11a614ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
9fd5a2ca
...
...
@@ -765,7 +765,7 @@ TAGS: TAGS_compiler
# -----------------------------------------------------------------------------
# Installation
install
:
install_libs install_packages install_libexecs
install_headers
\
install
:
install_libs install_packages install_libexecs
\
install_libexec_scripts install_bins install_topdirs
ifeq
"$(HADDOCK_DOCS)" "YES"
install
:
install_docs
...
...
@@ -824,12 +824,6 @@ install_topdirs: $(INSTALL_TOPDIRS)
$(
call
INSTALL_PROGRAM,
$(INSTALL_BIN_OPTS)
,
$$
i,
"
$(DESTDIR)$(topdir)
"
)
;
\
done
install_headers
:
$(INSTALL_HEADERS)
$(
call
INSTALL_DIR,
"
$(DESTDIR)$(ghcheaderdir)
"
)
for
i
in
$(INSTALL_HEADERS)
;
do
\
$(
call
INSTALL_HEADER,
$(INSTALL_OPTS)
,
$$
i,
"
$(DESTDIR)$(ghcheaderdir)
"
)
;
\
done
install_docs
:
$(INSTALL_DOCS)
$(
call
INSTALL_DIR,
"
$(DESTDIR)$(docdir)
"
)
ifneq
"$(INSTALL_DOCS)" ""
...
...
@@ -935,7 +929,6 @@ $(eval $(call bindist,.,\
$(includes_H_FILES)
\
$(includes_DERIVEDCONSTANTS)
\
$(includes_GHCCONSTANTS)
\
$(INSTALL_HEADERS)
\
$(INSTALL_LIBEXECS)
\
$(INSTALL_LIBEXEC_SCRIPTS)
\
$(INSTALL_TOPDIRS)
\
...
...
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