changeset 37651 | 62fc16341922 |
parent 37639 | 5b6733e6e033 |
child 37661 | f6b592f2aca4 |
--- a/src/Tools/Code/code_scala.ML Wed Jun 30 11:39:10 2010 +0200 +++ b/src/Tools/Code/code_scala.ML Wed Jun 30 12:20:45 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