diff options
author | Joey Hess <joeyh@joeyh.name> | 2018-01-15 12:19:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2018-01-15 12:19:48 -0400 |
commit | 373526832bd7a54b7a20c958e9e2cdb4ab70df1a (patch) | |
tree | 7d7f2aca2ebf42b70f2f1470c180c653e6cd6624 | |
parent | a175eb2d2f149fa3b698352b1bdb7c4e2038a5c3 (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.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |