summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-12 17:32:23 +0000
committerIan Lynagh <igloo@earth.li>2009-09-12 17:32:23 +0000
commit28f11a317d173eb7f29efdd41575504bf97aa9ad (patch)
tree9ec0a760f1f5de388a86bdd8b19b76c9bf8f6b4e /ghc.mk
parentcbf459016345189d34fec7ee5999e5f9c90c5f22 (diff)
downloadhaskell-28f11a317d173eb7f29efdd41575504bf97aa9ad.tar.gz
Tweak an error message
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index ca99238953..1088455dc1 100644
--- 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