From: Philippe Waroquiers Date: Sun, 25 Mar 2012 14:55:17 +0000 (+0000) Subject: Remove strange e which appeared in r12456, replace by a real e. X-Git-Tag: svn/VALGRIND_3_8_0~396 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ec7947c7373881eafc04c5ff60c2c675583eed;p=thirdparty%2Fvalgrind.git Remove strange e which appeared in r12456, replace by a real e. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12457 --- 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 \