From 15690355cfc8f3562a9664896e83ca7989cef603 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 8 Mar 2017 17:02:33 -0400 Subject: Remove make from propellor's dependency list It's not used by propellor any longer. Has not been used for a long time actually. --- src/Propellor/Bootstrap.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Propellor/Bootstrap.hs') diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 045e5256..9d2d603d 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -94,7 +94,6 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) , "libghc-exceptions-dev" , "libghc-stm-dev" , "libghc-text-dev" - , "make" ] fbsddeps = [ "gnupg" @@ -112,7 +111,6 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) , "hs-exceptions" , "hs-stm" , "hs-text" - , "gmake" ] archlinuxdeps = [ "gnupg" @@ -131,7 +129,6 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) , "haskell-exceptions" , "haskell-stm" , "haskell-text" - , "make" ] installGitCommand :: Maybe System -> ShellCommand -- cgit v1.3-2-g0d8e