From 3b77a62a77970a1c1aff5d50df396171ce24b464 Mon Sep 17 00:00:00 2001 From: Joel Teichroeb Date: Wed, 30 Apr 2014 19:01:27 -0700 Subject: Remove incorrect trailing backslash If this backslash is here and USE_VALGRIND is defined, valgrind complains that "else" is not a command. --- src/testdir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testdir/Makefile b/src/testdir/Makefile index d0e4305f8f..f720d7a2b4 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -50,7 +50,7 @@ ifdef USE_VALGRIND --error-exitcode=123 \ --log-file=valgrind.\%p.$* \ $(VGDB) \ - --trace-children=yes \ + --trace-children=yes else ifdef USE_GDB TOOL = gdb --args -- cgit