also remove -ignore-package monads-fd

My previous change should mean I no longer need that hack.
This commit is contained in:
Joey Hess 2012-10-24 14:46:31 -04:00
parent 9856641ef1
commit 21c27fed21

View file

@ -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.