diff options
Diffstat (limited to 'cl-support')
-rw-r--r-- | cl-support/PORTING | 2 |
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). |