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:
Joey Hess 2018-01-15 12:19:48 -04:00
parent 3fa8245df6
commit 66c377bfce
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -304,7 +304,7 @@ hdevtools:
distributionupdate: distributionupdate:
git pull git pull
cabal configure 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 ./Build/DistributionUpdate
.PHONY: git-annex git-union-merge tags .PHONY: git-annex git-union-merge tags