From cc12687afe4887fedbcb576fb6ccc9a4f2d96325 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 28 Jan 2005 16:24:02 +0000 Subject: [PATCH] fix script invocation in valgrind mode --- test/Makefile.lite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.lite b/test/Makefile.lite index 2f57293..f50f25d 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -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 -- 2.7.4