--- 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 "[1;31mRun configure.sh first.[1;37m" ; exit; fi + @if [ ! -f config.h ]; then echo "[1;31mRun configure.sh first.[0m" ; 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html