]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: formatting of dependency-missing errors
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Sep 2007 21:40:12 +0000 (14:40 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Sep 2007 21:40:12 +0000 (14:40 -0700)
Makefile

index e780c10fe22196f7a6630a4267a2fb10e677b7a5..a061beb9523224e19672092b1c7c32606a4a08d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -109,19 +109,19 @@ endif
 
 
 signal-error-deps:
-       @echo "ERROR: Not all of Tahoe's dependencies are in place.  Please \
+       @echo "ERROR: Not all of Tahoe's dependencies are in place.  Please\
 see the README for help on installing dependencies."
        exit 1
 
 signal-error-twisted-dep:
-       @echo "ERROR: Before running \"make build-deps\" you have to ensure that \
-Twisted is installed (including its zope.interface dependency).  Twisted and \
-zope.interface are required for the automatic installation of certain other \
+       @echo "ERROR: Before running \"make build-deps\" you have to ensure that\
+Twisted is installed (including its zope.interface dependency).  Twisted and\
+zope.interface are required for the automatic installation of certain other\
 libraries that Tahoe requires).  Please see the README for details."
        exit 1
 
 signal-error-pywin32-dep:
-       @echo "ERROR: the pywin32 dependency is not in place.  Please see the README \
+       @echo "ERROR: the pywin32 dependency is not in place.  Please see the README\
 for help on installing dependencies."
        exit 1