summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-05-10 21:58:31 +0100
committerIan Lynagh <ian@well-typed.com>2013-05-10 21:58:31 +0100
commiteb569b6a5334c11d0aeb3407284409dd049d82b2 (patch)
treefeb8af1d60ae0093230b7562b7aa884686acfd5c /includes
parent3d51be452cdff49aecee762c685af52ccb4ce74a (diff)
downloadhaskell-eb569b6a5334c11d0aeb3407284409dd049d82b2.tar.gz
Fix an all-target call in the build system
Diffstat (limited to 'includes')
-rw-r--r--includes/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk
index dd5d62fb70..fb3800165a 100644
--- a/includes/ghc.mk
+++ b/includes/ghc.mk
@@ -180,7 +180,7 @@ endif
$(eval $(call clean-target,includes,,\
$(includes_H_CONFIG) $(includes_H_PLATFORM)))
-$(eval $(call all-target,includes,,\
+$(eval $(call all-target,includes,\
$(includes_H_CONFIG) $(includes_H_PLATFORM) \
$(includes_GHCCONSTANTS_HASKELL_TYPE) \
$(includes_GHCCONSTANTS_HASKELL_VALUE) \