summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a96133a2..0f3b3aea 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ valgrind_test_inplace: inplace
$(PYTHON) test.py
gdb_test_inplace: inplace
- @echo -e "file $(PYTHON)\nrun test.py" > .gdb.command
+ @echo "file $(PYTHON)\nrun test.py" > .gdb.command
gdb -x .gdb.command -d src -d src/lxml
bench_inplace: inplace