avoid tab warnings
This commit is contained in:
parent
3363339c69
commit
fb3d5bfedd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -274,7 +274,7 @@ hdevtools:
|
||||||
distributionupdate:
|
distributionupdate:
|
||||||
git pull
|
git pull
|
||||||
cabal configure
|
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
|
./Build/DistributionUpdate
|
||||||
|
|
||||||
.PHONY: git-annex git-union-merge tags
|
.PHONY: git-annex git-union-merge tags
|
||||||
|
|
Loading…
Reference in a new issue