aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-01-15 12:19:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-01-15 12:19:48 -0400
commit373526832bd7a54b7a20c958e9e2cdb4ab70df1a (patch)
tree7d7f2aca2ebf42b70f2f1470c180c653e6cd6624 /Makefile
parenta175eb2d2f149fa3b698352b1bdb7c4e2038a5c3 (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 846c6f235..74e00a14e 100644
--- a/Makefile
+++ b/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