From 21c27fed216f19d7e04fa12336e733265576a9e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Oct 2012 14:46:31 -0400 Subject: [PATCH] also remove -ignore-package monads-fd My previous change should mean I no longer need that hack. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0409d64bd..40e229455c 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.