summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-24 14:46:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-24 14:46:31 -0400
commit74bfce98180d93ac84fea5ca383d981d773e2e50 (patch)
tree0d21bea40d6eed99a5e90e3cdd52ed31c457fe8f /Makefile
parenta5278189ff0da1acdd6d4dfcf720ec8e75e222c7 (diff)
also remove -ignore-package monads-fd
My previous change should mean I no longer need that hack.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d0409d64b..40e229455 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
CFLAGS=-Wall
GIT_ANNEX_TMP_BUILD_DIR?=tmp
-IGNORE=-ignore-package monads-fd
-BASEFLAGS=-Wall $(IGNORE) -outputdir $(GIT_ANNEX_TMP_BUILD_DIR) -IUtility
+BASEFLAGS=-Wall -outputdir $(GIT_ANNEX_TMP_BUILD_DIR) -IUtility
# If you get build failures due to missing haskell libraries,
# you can turn off some of these features.