diff options
-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 $< $@ |