Remove strange e which appeared in r12456, replace by a real e.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12457
This commit is contained in:
Philippe Waroquiers 2012-03-25 14:55:17 +00:00
parent 565baa930a
commit 57ec7947c7

View File

@ -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_makfile_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 \