diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2001-03-06 16:55:27 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2001-03-06 16:55:27 +0000 |
commit | 1e1178d63fb54cb40c7c510aea466a78370bd910 (patch) | |
tree | 8e7de930eecc5cf6558e8b23ad825cf1111a766c | |
parent | 5576d302b1b452bf0b06813ea61ac13c149d00af (diff) |
PR#303
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3461 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | config/config.Mac | 2 | ||||
-rw-r--r-- | stdlib/Makefile.Mac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.Mac b/config/config.Mac index 499cb50f5..86ef02aad 100644 --- a/config/config.Mac +++ b/config/config.Mac @@ -16,7 +16,7 @@ ########## General configuration -### Where to install the MPW tool binaries +### Where to install the MPW tool binaries (must be in your command path) set -e BINDIR "{mpw}User Commands:" ### Where to install the standard library for MPW tools diff --git a/stdlib/Makefile.Mac b/stdlib/Makefile.Mac index 0e23a9605..2e31d3b4c 100644 --- a/stdlib/Makefile.Mac +++ b/stdlib/Makefile.Mac @@ -36,7 +36,7 @@ stdlib.cma Ä {OBJS} camlheader Ä begin - quote -n "{BINDIR}ocamlrun"; echo ' "{command}" {"Parameters"}' + quote -n "ocamlrun"; echo ' "{command}" {"Parameters"}' echo 'exit {status}' echo end > camlheader |