summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2001-03-06 16:55:27 +0000
committerDamien Doligez <damien.doligez-inria.fr>2001-03-06 16:55:27 +0000
commit1e1178d63fb54cb40c7c510aea466a78370bd910 (patch)
tree8e7de930eecc5cf6558e8b23ad825cf1111a766c
parent5576d302b1b452bf0b06813ea61ac13c149d00af (diff)
downloadocaml-1e1178d63fb54cb40c7c510aea466a78370bd910.tar.gz
PR#303
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3461 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--config/config.Mac2
-rw-r--r--stdlib/Makefile.Mac2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.Mac b/config/config.Mac
index 499cb50f5e..86ef02aad8 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 0e23a96055..2e31d3b4c6 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