diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-14 15:55:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-14 15:55:00 -0400 |
commit | 010dec15730c6d9d30ad62b000443ea4cdbbb47c (patch) | |
tree | 93976cc822e565a16ce5293933c1403eafee6a3d /Makefile | |
parent | bcd9b1bf96861e1295d94c928d6ec8017bcac24a (diff) |
avoid tab warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |