aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-14 15:55:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-14 15:55:00 -0400
commit010dec15730c6d9d30ad62b000443ea4cdbbb47c (patch)
tree93976cc822e565a16ce5293933c1403eafee6a3d /Makefile
parentbcd9b1bf96861e1295d94c928d6ec8017bcac24a (diff)
avoid tab warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 342152c9f..31a13a8e7 100644
--- a/Makefile
+++ b/Makefile
@@ -274,7 +274,7 @@ hdevtools:
distributionupdate:
git pull
cabal configure
- ghc -Wall --make Build/DistributionUpdate -XPackageImports -optP-include -optPdist/build/autogen/cabal_macros.h
+ ghc -Wall -fno-warn-tabs --make Build/DistributionUpdate -XPackageImports -optP-include -optPdist/build/autogen/cabal_macros.h
./Build/DistributionUpdate
.PHONY: git-annex git-union-merge tags