Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
5c367e13
Commit
5c367e13
authored
Mar 08, 2005
by
wolfgang
Browse files
[project @ 2005-03-08 20:33:21 by wolfgang]
Mac OS X: fix_install_name when installing libexecs MERGE TO STABLE
parent
98bbd72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/target.mk
View file @
5c367e13
...
...
@@ -793,6 +793,9 @@ install:: $(INSTALL_LIBEXECS)
@
$(INSTALL_DIR)
$(libexecdir)
-
for
i
in
$(INSTALL_LIBEXECS)
;
do
\
$(INSTALL_PROGRAM)
$(INSTALL_BIN_OPTS)
$$
i
$(libexecdir)
;
\
if
test
"
$(darwin_TARGET_OS)
"
=
"1"
;
then
\
sh
$(FPTOOLS_TOP)
/mk/fix_install_names.sh
$(libdir)
$(libexecdir)
/
`
basename
$$
i
`
;
\
fi
;
\
done
endif
...
...
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