X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=c6b35e85d11bd755fe9d585fa2c0fefcdd958449;hb=4ba392170e98744f0ef0b8e08a5d42b988f1d0c9;hp=f86669ba2a756981d477b18370718e63a325cd0c;hpb=94603790f67ddfd00bdb890c16e28a15df45a02b;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index f86669b..c6b35e8 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -666,8 +666,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) + #!-win32 + ("src/code/unix-pathname" :not-host) + #!+win32 + ("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