[commit: ghc] master: Fix closing parenthesis (205b103)
git at git.haskell.org
git at git.haskell.org
Tue Oct 7 13:53:10 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/205b103215edfb7597fe009e8a74c11699f048fa/ghc
>---------------------------------------------------------------
commit 205b103215edfb7597fe009e8a74c11699f048fa
Author: Matt Kraai <kraai at ftbfs.org>
Date: Tue Oct 7 08:51:30 2014 -0500
Fix closing parenthesis
Reviewers: rwbarton, austin
Reviewed By: rwbarton, austin
Subscribers: rwbarton, thomie, carter, ezyang, simonmar
Differential Revision: https://phabricator.haskell.org/D309
>---------------------------------------------------------------
205b103215edfb7597fe009e8a74c11699f048fa
driver/ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/driver/ghc.mk b/driver/ghc.mk
index c93c611..11db9f7 100644
--- a/driver/ghc.mk
+++ b/driver/ghc.mk
@@ -10,7 +10,7 @@
#
# -----------------------------------------------------------------------------
-$(eval $(call all-target,driver,$(INPLACE_LIB)/ghc-usage.txt) $(INPLACE_LIB)/ghci-usage.txt)
+$(eval $(call all-target,driver,$(INPLACE_LIB)/ghc-usage.txt $(INPLACE_LIB)/ghci-usage.txt))
$(INPLACE_LIB)/ghc-usage.txt: driver/ghc-usage.txt
cp $< $@
More information about the ghc-commits
mailing list