From 57ec7947c7373881eafc04c5ff60c2c675583eed Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sun, 25 Mar 2012 14:55:17 +0000 Subject: [PATCH] Remove strange e which appeared in r12456, replace by a real e. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12457 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b671713030..f91200a23e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,7 @@ default.supp: $(DEFAULT_SUPP_FILES) cat $(DEFAULT_SUPP_FILES) >> default.supp ## Preprend @PERL@ because tests/vg_regtest isn't executable -## Ensure make exits with error if PERL fails or check_makẹfile_consistency fails. +## Ensure make exits with error if PERL fails or check_makefile_consistency fails. regtest: check gdbserver_tests/make_local_links $(GDB) if @PERL@ tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \ -- 2.47.2