summaryrefslogtreecommitdiff
path: root/cl-support/PORTING
diff options
context:
space:
mode:
Diffstat (limited to 'cl-support/PORTING')
-rw-r--r--cl-support/PORTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-support/PORTING b/cl-support/PORTING
index 2114be5..2073d22 100644
--- a/cl-support/PORTING
+++ b/cl-support/PORTING
@@ -36,7 +36,7 @@ Here are the steps involved in porting to a new Common Lisp implementation.
helpful to capture all the messages in a dribble file to make it
easier to verify that everything went OK.
-(4) Try compiling the prelude using (compile/prelude *prelude-unit*).
+(4) Try compiling the prelude using (compile/compile *prelude-unit-filename*).
You need to create a subdirectory in the progs/prelude directory
to hold the output files, and define $PRELUDEBIN to point at
this directory (see the haskell-setup script).