Tweak an error message
authorIan Lynagh <igloo@earth.li>
Sat, 12 Sep 2009 17:32:23 +0000 (17:32 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Sep 2009 17:32:23 +0000 (17:32 +0000)
ghc.mk

diff --git a/ghc.mk b/ghc.mk
index ca99238..1088455 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -958,7 +958,7 @@ sdist_file = \
     "$(CP)" $(TOP)/$1/$2/build/$4.hs $1/$3/ ; \
     mv $1/$3/$4.$5 $1/$3/$4.$5.source ;\
   else \
-    echo "does not exist: $1/$2//build/$4.hs"; \
+    echo "does not exist: $1/$2/build/$4.hs"; \
     exit 1; \
   fi