diff options
author | Matt Kraai <kraai@ftbfs.org> | 2014-10-07 08:51:30 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-10-07 08:51:31 -0500 |
commit | 205b103215edfb7597fe009e8a74c11699f048fa (patch) | |
tree | 7215f3c1d8ffe6ee66afdead7c79948a4b3f0f89 /driver | |
parent | 9ebbdf3fa5d0d34d8b42fbd3e79ac2a1cfa9272d (diff) | |
download | haskell-205b103215edfb7597fe009e8a74c11699f048fa.tar.gz |
Fix closing parenthesis
Reviewers: rwbarton, austin
Reviewed By: rwbarton, austin
Subscribers: rwbarton, thomie, carter, ezyang, simonmar
Differential Revision: https://phabricator.haskell.org/D309
Diffstat (limited to 'driver')
-rw-r--r-- | driver/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ghc.mk b/driver/ghc.mk index c93c611c66..11db9f7380 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 $< $@ |