X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=627a884fdfda5aed865e667ccdc5ed8ab2bd53e5;hb=8c685e1fee08b4d1d9ef43b8d2784ac283c94096;hp=ba71c0e96c68304658241191b88e57a9c267f4e2;hpb=aeceaa181f32dbe2b4ee41397812b6c0c235e7c9;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index ba71c0e..627a884 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -640,7 +640,10 @@ ("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/unix-pathname" :not-host) + ("src/code/win32-pathname" :not-host) ("src/code/filesys" :not-host) ; needs HOST from "code/pathname" + ("src/code/save" :not-host) ; uses the definition of PATHNAME ; from "code/pathname" ("src/code/sharpm" :not-host) ; uses stuff from "code/reader"