also remove -ignore-package monads-fd
My previous change should mean I no longer need that hack.
This commit is contained in:
parent
9856641ef1
commit
21c27fed21
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -1,7 +1,6 @@
|
||||||
CFLAGS=-Wall
|
CFLAGS=-Wall
|
||||||
GIT_ANNEX_TMP_BUILD_DIR?=tmp
|
GIT_ANNEX_TMP_BUILD_DIR?=tmp
|
||||||
IGNORE=-ignore-package monads-fd
|
BASEFLAGS=-Wall -outputdir $(GIT_ANNEX_TMP_BUILD_DIR) -IUtility
|
||||||
BASEFLAGS=-Wall $(IGNORE) -outputdir $(GIT_ANNEX_TMP_BUILD_DIR) -IUtility
|
|
||||||
|
|
||||||
# If you get build failures due to missing haskell libraries,
|
# If you get build failures due to missing haskell libraries,
|
||||||
# you can turn off some of these features.
|
# you can turn off some of these features.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue