0.pre8.100:
[sbcl.git] / contrib / sb-aclrepl / sb-aclrepl.asd
index c53f5c3..0c5b8f8 100644 (file)
@@ -6,7 +6,8 @@
 (defsystem sb-aclrepl
     :author "Kevin Rosenberg <kevin@rosenberg.net>"
     :description "An AllegroCL compatible REPL"
-    :components ((:file "repl")
+    :components ((:file "toplevel")
+                (:file "repl" :depends-on ("toplevel"))
                 (:file "inspect" :depends-on ("repl"))
                 (:file "debug" :depends-on ("repl"))))