diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-29 19:53:54 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-29 19:53:54 +0000 |
commit | 595647315a29e06783e8cfffcb57e38cda2e20d4 (patch) | |
tree | a59c9df636779fa1eddd0a717e2181f0307faa3a /utils | |
parent | 795a3fd77c674fa8bee38816554111a6b4a67b52 (diff) | |
download | haskell-595647315a29e06783e8cfffcb57e38cda2e20d4.tar.gz |
Fix a makefile rule
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk index a3c311cba9..868f62c98f 100644 --- a/utils/ghc-pkg/ghc.mk +++ b/utils/ghc-pkg/ghc.mk @@ -71,7 +71,7 @@ utils/ghc-pkg/dist/build/tmp/$(utils/ghc-pkg_dist_PROG)$(exeext): utils/ghc-pkg/ utils/ghc-pkg/dist/build/Version.hs \ -utils/ghc-pkg/dist-install/build/Version.hs: mk/project.mk $$(dir $$@)/. +utils/ghc-pkg/dist-install/build/Version.hs: mk/project.mk | $$(dir $$@)/. $(call removeFiles,$@) echo "module Version where" >> $@ echo "version, targetOS, targetARCH :: String" >> $@ |