|
From: <sv...@va...> - 2012-03-25 14:55:27
|
philippe 2012-03-25 15:55:17 +0100 (Sun, 25 Mar 2012)
New Revision: 12457
Log:
Remove strange e which appeared in r12456, replace by a real e.
Modified files:
trunk/Makefile.am
Modified: trunk/Makefile.am (+1 -1)
===================================================================
--- trunk/Makefile.am 2012-03-25 11:54:59 +01:00 (rev 12456)
+++ trunk/Makefile.am 2012-03-25 15:55:17 +01:00 (rev 12457)
@@ -66,7 +66,7 @@
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 \
|