Skip to content
Snippets Groups Projects
Commit 3b30fe25 authored by wlott's avatar wlott
Browse files

Added rand on the gengc system, because it is used by make-symbol which is

used by load.
parent 7f9d4294
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.21 1993/05/21 18:44:45 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.22 1993/05/26 15:47:38 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -91,7 +91,8 @@
'("target:code/gc"))
,@(when (c:backend-featurep :gengc)
'("target:code/gengc"
"target:code/scavhook"))
"target:code/scavhook"
"rarget:code/rand"))
"target:code/save"
"target:code/extensions"
"target:code/alieneval"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment