use = to between type and argument to be less confusing

This commit is contained in:
Love Hornquist Astrand
2009-09-20 21:59:37 -07:00
parent b7bae0b201
commit c4192ba355

View File

@@ -241,7 +241,7 @@ endif
check-valgrind:
tobjdir=`cd $(top_builddir) && pwd` ; \
tsrcdir=`cd $(top_srcdir) && pwd` ; \
env TESTS_ENVIRONMENT="$${tobjdir}/libtool --mode execute valgrind --leak-check=full --trace-children=yes --quiet -q --num-callers=30 --suppressions=$${tsrcdir}/cf/valgrind-suppressions" make check
env TESTS_ENVIRONMENT="$${tobjdir}/libtool --mode=execute valgrind --leak-check=full --trace-children=yes --quiet -q --num-callers=30 --suppressions=$${tsrcdir}/cf/valgrind-suppressions" make check
#
# Target to please samba build farm, builds distfiles in-tree.