diff options
| author | herbelin | 2009-03-31 17:08:27 +0000 |
|---|---|---|
| committer | herbelin | 2009-03-31 17:08:27 +0000 |
| commit | cd048fabb1cca67c782d41f6ce294a92fbb42ee2 (patch) | |
| tree | e0e4c3648c7913d8e4b7a98e516ce6ed9ce5da79 /Makefile.build | |
| parent | 99c8916342ce6b13661aa1076b4e8444c6e97cb6 (diff) | |
Complementary fix to have ocamlopt_shared_os5fix.sh working correctly
(tested on MacOS 10.5).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12042 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index d8531e88f6..e7e409833a 100644 --- a/Makefile.build +++ b/Makefile.build @@ -837,7 +837,7 @@ endif %.cmxs: %.cmxa $(SHOW)'OCAMLOPT -shared -o $@' ifeq ($(HASNATDYNLINK),os5fixme) - $(HIDE)dev/ocamlopt_shared_os5fix.sh '$(OCAMLOPT)' $@ + $(HIDE)dev/ocamlopt_shared_os5fix.sh "$(OCAMLOPT)" $@ else $(HIDE)$(OCAMLOPT) -linkall -shared -o $@ $< endif |
