fix script invocation in valgrind mode

This commit is contained in:
Josh Coalson 2005-01-28 16:24:02 +00:00
parent dc3fd3596c
commit cc12687afe

View File

@ -46,7 +46,7 @@ valgrind: FLAC__VALGRIND=FLAC__VALGRIND=yes
release : FLAC__VALGRIND=FLAC__VALGRIND=no
debug : CONFIG = debug
valgrind: CONFIG = valgrind
valgrind: CONFIG = debug
release : CONFIG = release
debug : all