X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=c6b35e85d11bd755fe9d585fa2c0fefcdd958449;hb=9de65d498a9da0c70a60ea2bf9b5af39aaffe55d;hp=f86669ba2a756981d477b18370718e63a325cd0c;hpb=cf49f2d086069a9c1b57f501df9a6a0bd3a34c3c;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