summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 944972a..8f17c3f 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,6 @@ $(XMINAD): $(SRC) $(SANDBOX)
$(SANDBOX):
$(CABAL_BIN) sandbox init
$(if $(CABAL_ADD_SOURCE),$(CABAL_BIN) sandbox add-source $(CABAL_ADD_SOURCE),)
- $(CABAL_BIN) install $(CABAL_FLAGS) xmonad-extras -fwith_mpd -f-with_hint
$(CABAL_BIN) install --only-dependencies $(CABAL_FLAGS)
$(CABAL_BIN) configure $(CABAL_FLAGS)
touch $@