src/Tools/cache_io.ML
changeset 42127 8223e7f4b0da
parent 41954 fb94df4505a0
child 43850 7f2cbc713344
--- a/src/Tools/cache_io.ML	Sat Mar 26 19:16:30 2011 +0100
+++ b/src/Tools/cache_io.ML	Sat Mar 26 18:31:39 2011 +0100
@@ -45,8 +45,8 @@
   in {output=split_lines out2, redirected_output=out1, return_code=rc} end
 
 fun run make_cmd str =
-  Isabelle_System.with_tmp_file cache_io_prefix (fn in_path =>
-    Isabelle_System.with_tmp_file cache_io_prefix (fn out_path =>
+  Isabelle_System.with_tmp_file cache_io_prefix "" (fn in_path =>
+    Isabelle_System.with_tmp_file cache_io_prefix "" (fn out_path =>
       raw_run make_cmd str in_path out_path))