diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-24 14:46:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-24 14:46:31 -0400 |
commit | 74bfce98180d93ac84fea5ca383d981d773e2e50 (patch) | |
tree | 0d21bea40d6eed99a5e90e3cdd52ed31c457fe8f /Makefile | |
parent | a5278189ff0da1acdd6d4dfcf720ec8e75e222c7 (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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |