projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3fd35
)
fix script invocation in valgrind mode
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 28 Jan 2005 16:24:02 +0000
(16:24 +0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 28 Jan 2005 16:24:02 +0000
(16:24 +0000)
test/Makefile.lite
patch
|
blob
|
history
diff --git
a/test/Makefile.lite
b/test/Makefile.lite
index 2f57293cec1a7bb1024f1b08a31fd5896314e924..f50f25de84e61631abb556d44bfa5630b0352d35 100644
(file)
--- 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