From 7192c95705c41be4635c5f0aec780b881de69b62 Mon Sep 17 00:00:00 2001 From: David Cock Date: Mon, 24 Aug 2015 10:29:37 +0200 Subject: [PATCH] Cleanup Signed-off-by: David Cock --- hake/Main.hs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hake/Main.hs b/hake/Main.hs index 6b3d746..840a421 100644 --- a/hake/Main.hs +++ b/hake/Main.hs @@ -573,7 +573,6 @@ makeHakeDeps h o l = do makeDirectories :: Handle -> S.Set FilePath -> IO () makeDirectories h dirs = do hPutStrLn h "# Directories follow" - --mapM_ (makeDir h) (S.toList (S.delete ("." ".marker") dirs)) hPutStrLn h "DIRECTORIES=\\" mapM_ (\d -> hPutStrLn h $ " " ++ d ++ " \\") (S.toList dirs) hPutStrLn h "\n" -- 1.7.2.5