[commit: ghc] master: Fix an all-target call in the build system (eb569b6)
Ian Lynagh
igloo at earth.li
Sat May 11 19:21:38 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/eb569b6a5334c11d0aeb3407284409dd049d82b2
>---------------------------------------------------------------
commit eb569b6a5334c11d0aeb3407284409dd049d82b2
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri May 10 21:58:31 2013 +0100
Fix an all-target call in the build system
>---------------------------------------------------------------
includes/ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/includes/ghc.mk b/includes/ghc.mk
index dd5d62f..fb38001 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) \
More information about the ghc-commits
mailing list