summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-12-02 17:28:07 +0100
committerStefan Behnel <stefan_ml@behnel.de>2018-12-02 17:28:07 +0100
commitf365016531d73186bead3daf6337a397585a1732 (patch)
treecdce5e38b1716c788209699ec6cfc3a726bc6e35
parent9057bd1c3495ea1ed7b0569949ef7481fc1dc350 (diff)
downloadpython-lxml-f365016531d73186bead3daf6337a397585a1732.tar.gz
Fix command in make target.
-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