Commit f60c336cd5bf601a7cfefd79c8910f6ff5d5ce5d
1 parent
96a06833
Exists in
master
ajuste
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
latest/Makefile.in
... | ... | @@ -146,7 +146,7 @@ libtest: testprogram@EXEEXT@ |
146 | 146 | |
147 | 147 | chklib: testprogram@EXEEXT@ |
148 | 148 | ifeq ($(VALGRIND),no) |
149 | - @$(BINDBG)/testprogram@EXEEXT@ | |
149 | + @./testprogram@EXEEXT@ | |
150 | 150 | else |
151 | 151 | @G_DEBUG=gc-friendly G_SLICE=always-malloc \$(VALGRIND) --leak-check=full ./testprogram@EXEEXT@ |
152 | 152 | endif | ... | ... |