diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-12 17:32:23 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-12 17:32:23 +0000 |
commit | 28f11a317d173eb7f29efdd41575504bf97aa9ad (patch) | |
tree | 9ec0a760f1f5de388a86bdd8b19b76c9bf8f6b4e /ghc.mk | |
parent | cbf459016345189d34fec7ee5999e5f9c90c5f22 (diff) | |
download | haskell-28f11a317d173eb7f29efdd41575504bf97aa9ad.tar.gz |
Tweak an error message
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |