mirror of https://github.com/xiph/flac
Grammatical error in make file comment fixed
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
f8255f2b7a
commit
bc97640b65
|
@ -31,7 +31,7 @@ check_SCRIPTS = \
|
|||
test_streams.sh \
|
||||
test_compression.sh
|
||||
|
||||
# This one should pass when building out-of-tree (eg 'make distcheck').
|
||||
# This one should pass when building out-of-tree (e.g. 'make distcheck').
|
||||
check: $(check_SCRIPTS)
|
||||
$(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC.sh
|
||||
if FLaC__WITH_CPPLIBS
|
||||
|
|
Loading…
Reference in New Issue