avoid warning with current ghc
Seems that the cabal macros file is no longer needed to build DistributionUpdate, and it produced a ton of warnings, so stop including manually.
This commit is contained in:
parent
3fa8245df6
commit
66c377bfce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -304,7 +304,7 @@ hdevtools:
|
|||
distributionupdate:
|
||||
git pull
|
||||
cabal configure
|
||||
ghc -Wall -fno-warn-tabs --make Build/DistributionUpdate -XLambdaCase -XPackageImports -optP-include -optPdist/build/autogen/cabal_macros.h
|
||||
ghc -Wall -fno-warn-tabs --make Build/DistributionUpdate -XLambdaCase -XPackageImports
|
||||
./Build/DistributionUpdate
|
||||
|
||||
.PHONY: git-annex git-union-merge tags
|
||||
|
|
Loading…
Reference in a new issue