summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2017-03-08 17:02:33 -0400
committerJoey Hess2017-03-08 17:02:33 -0400
commit15690355cfc8f3562a9664896e83ca7989cef603 (patch)
tree24176a5cfca9e8550fca976810c5444f898150d6 /src/Propellor/Bootstrap.hs
parent678a4873fab24addce1c4f264ce303b85b08550c (diff)
Remove make from propellor's dependency list
It's not used by propellor any longer. Has not been used for a long time actually.
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs3
1 files changed, 0 insertions, 3 deletions
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