summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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