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
e0da731c
Commit
e0da731c
authored
Aug 16, 2009
by
Ian Lynagh
Browse files
Build fixes
parent
4eab9483
Changes
3
Hide whitespace changes
Inline
Side-by-side
driver/mangler/ghc.mk
View file @
e0da731c
...
...
@@ -12,8 +12,8 @@
driver/
mangler_PERL_SRC
=
ghc-asm.lprl
driver/
mangler_dist_PROG
=
$(GHC_MANGLER_PGM)
driver/
mangler_dist_
LIBEXEC
=
YES
driver/
mangler_dist_
TOPDIR
=
YES
$(eval
$(call
build-perl,driver/mangler,dist))
INSTALL_
LIBEXEC
_SCRIPTS
+=
driver/mangler/dist/
$(GHC_MANGLER_PGM)
INSTALL_
TOPDIR
_SCRIPTS
+=
driver/mangler/dist/
$(GHC_MANGLER_PGM)
driver/split/ghc.mk
View file @
e0da731c
...
...
@@ -12,8 +12,8 @@
driver/
split_PERL_SRC
=
ghc-split.lprl
driver/
split_dist_PROG
=
$(GHC_SPLIT_PGM)
driver/
split_dist_
LIBEXEC
=
YES
driver/
split_dist_
TOPDIR
=
YES
$(eval
$(call
build-perl,driver/split,dist))
INSTALL_
LIBEXEC
_SCRIPTS
+=
driver/split/dist/
$(GHC_SPLIT_PGM)
INSTALL_
TOPDIR
_SCRIPTS
+=
driver/split/dist/
$(GHC_SPLIT_PGM)
ghc.mk
View file @
e0da731c
...
...
@@ -697,7 +697,8 @@ libraries/ghc-prim/dist-install/build/autogen/GHC/PrimopWrappers.hs: \
# Installation
install
:
install_packages install_libs install_libexecs install_headers
\
install_libexec_scripts install_bins install_docs install_topdirs
install_libexec_scripts install_bins install_docs
\
install_topdirs install_topdir_scripts
install_bins
:
$(INSTALL_BINS)
$(INSTALL_DIR)
$(DESTDIR)$(bindir)
...
...
@@ -739,6 +740,12 @@ install_libexecs: $(INSTALL_LIBEXECS)
$(INSTALL_PROGRAM)
$(INSTALL_BIN_OPTS)
$$
i
$(DESTDIR)$(ghclibexecdir)
;
\
done
install_topdir_scripts
:
$(INSTALL_TOPDIR_SCRIPTS)
$(INSTALL_DIR)
$(DESTDIR)$(topdir)
for
i
in
$(INSTALL_TOPDIR_SCRIPTS)
;
do
\
$(INSTALL_SCRIPT)
$(INSTALL_OPTS)
$$
i
$(DESTDIR)$(topdir)
;
\
done
install_topdirs
:
$(INSTALL_TOPDIRS)
$(INSTALL_DIR)
$(DESTDIR)$(topdir)
for
i
in
$(INSTALL_TOPDIRS)
;
do
\
...
...
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