diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-21 10:57:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-21 10:57:01 -0400 |
commit | 852d7e3d1877e3650b1c6589f7e75773ea67d610 (patch) | |
tree | 9cdf407bacd080d7b622d949092e9c7a3e98fd7c /Makefile | |
parent | 443c7fc6feef3f75ab6552dadf40fb15fd335b82 (diff) |
better approach for building distributionupdate
Use cabal include file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ hdevtools: distributionupdate: git pull cabal configure - ghc --make Build/DistributionUpdate -XPackageImports + ghc --make Build/DistributionUpdate -XPackageImports -optP-include -optPdist/build/autogen/cabal_macros.h ./Build/DistributionUpdate .PHONY: git-annex git-union-merge git-recover-repository tags build-stamp |