From 74bfce98180d93ac84fea5ca383d981d773e2e50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Oct 2012 14:46:31 -0400 Subject: 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(-) (limited to 'Makefile') 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. -- cgit v1.2.3