diff -r 892f8d00426c -r a5da34455a5c src/Tools/Code/code_scala.ML --- a/src/Tools/Code/code_scala.ML Thu Jul 01 13:38:17 2010 +0200 +++ b/src/Tools/Code/code_scala.ML Thu Jul 01 13:47:27 2010 +0200 @@ -376,7 +376,7 @@ | _ => (Path.ext "scala" o Path.explode o implode o separate "/" o Long_Name.explode) modlname; val pathname = Path.append destination filename; - val _ = File.mkdir (Path.dir pathname); + val _ = File.mkdir_leaf (Path.dir pathname); in File.write pathname (code_of_pretty content) end in Code_Target.mk_serialization target NONE