X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=17e290b92acdc4dc3eee2b9447de03c7e58097ff;hb=7628542a73adb9ba8090ea1edcade1e508d388cb;hp=4214e697ef66f352579053e35381df6b1c7cffc7;hpb=32e1618b33e0c7f4242ec0064e59ab1e8151e497;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 4214e69..17e290b 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -413,6 +413,7 @@ ("src/code/hash-table") ("src/code/readtable") ("src/code/pathname") + ("src/code/host-pprint") ("src/compiler/lexenv") ;; KLUDGE: Much stuff above here is the type system and/or the INFO @@ -613,6 +614,7 @@ ("src/code/target-random" :not-host) ; needs "code/random" ("src/code/target-hash-table" :not-host) ; needs "code/hash-table" ("src/code/reader" :not-host) ; needs "code/readtable" + ("src/code/target-stream" :not-host) ; needs WHITESPACEP from "code/reader" ("src/code/target-pathname" :not-host) ; needs "code/pathname" ("src/code/filesys" :not-host) ; needs HOST from "code/pathname" ("src/code/save" :not-host) ; uses the definition of PATHNAME