changeset 37669 | a5da34455a5c |
parent 37661 | f6b592f2aca4 |
child 37745 | 6315b6426200 |
--- 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