]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: fix formatting of error messages from makefile
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 9 Nov 2007 20:13:39 +0000 (13:13 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 9 Nov 2007 20:13:39 +0000 (13:13 -0700)
Makefile

index 968179b0af68d361e9edfc3521de8e55cabc8d81..9f78ad618cfd498b96a739f1b875850ce9e42cb6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,19 +93,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