---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2155f1f..69c9ab1 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ QUIET_CC = $(Q:@=@echo    '  CC       '$@;)
 all: trinity
 
 test:
-       @if [ ! -f config.h ]; then  echo "Run configure.sh 
first." ; exit; fi
+       @if [ ! -f config.h ]; then  echo "Run configure.sh first." 
; exit; fi
 
 
 MACHINE                = $(shell $(CC) -dumpmachine)
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to