Skip to content

Commit

Permalink
Makefile.am: correct path to libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdominus authored and wolfsage committed Feb 13, 2025
1 parent ea3aab2 commit 72de393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ cunit/registers.h: $(CUNIT_PROJECT)
$(AM_V_GEN)$(CUNIT_PL) --generate-register-function $@

# To run under Valgrind, do: make VG=1 check
VALGRIND = libtool --mode=execute valgrind \
VALGRIND = ${abs_top_srcdir}/libtool --mode=execute valgrind \
--tool=memcheck \
--leak-check=full \
--suppressions=${abs_top_srcdir}/cunit/vg.supp \
Expand Down

0 comments on commit 72de393

Please sign in to comment.