summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-29 19:53:54 +0000
committerIan Lynagh <ian@well-typed.com>2012-10-29 19:53:54 +0000
commit595647315a29e06783e8cfffcb57e38cda2e20d4 (patch)
treea59c9df636779fa1eddd0a717e2181f0307faa3a /utils/ghc-pkg/ghc.mk
parent795a3fd77c674fa8bee38816554111a6b4a67b52 (diff)
downloadhaskell-595647315a29e06783e8cfffcb57e38cda2e20d4.tar.gz
Fix a makefile rule
Diffstat (limited to 'utils/ghc-pkg/ghc.mk')
-rw-r--r--utils/ghc-pkg/ghc.mk2
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" >> $@