From 373526832bd7a54b7a20c958e9e2cdb4ab70df1a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Jan 2018 12:19:48 -0400 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3