Skip to content
Snippets Groups Projects
Commit 205b1032 authored by kraai's avatar kraai Committed by Austin Seipp
Browse files

Fix closing parenthesis

Reviewers: rwbarton, austin

Reviewed By: rwbarton, austin

Subscribers: rwbarton, thomie, carter, ezyang, simonmar

Differential Revision: https://phabricator.haskell.org/D309
parent 9ebbdf3f
No related branches found
No related tags found
No related merge requests found
......@@ -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 $< $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment