From f60c336cd5bf601a7cfefd79c8910f6ff5d5ce5d Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 25 Jan 2012 11:35:04 +0000 Subject: [PATCH] ajuste --- latest/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Makefile.in b/latest/Makefile.in index f634206..55c0c0f 100644 --- a/latest/Makefile.in +++ b/latest/Makefile.in @@ -146,7 +146,7 @@ libtest: testprogram@EXEEXT@ chklib: testprogram@EXEEXT@ ifeq ($(VALGRIND),no) - @$(BINDBG)/testprogram@EXEEXT@ + @./testprogram@EXEEXT@ else @G_DEBUG=gc-friendly G_SLICE=always-malloc \$(VALGRIND) --leak-check=full ./testprogram@EXEEXT@ endif -- libgit2 0.21.2