From: Monty Date: Wed, 22 Jan 2014 12:29:57 +0000 (+0000) Subject: debug and profile targets weren't hooked to anything; have them make check with flags... X-Git-Tag: v1.3.4~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f62ab7c251d1488ab7d75d7b08130ca8b928356;p=platform%2Fupstream%2Flibvorbis.git debug and profile targets weren't hooked to anything; have them make check with flags rather than make all svn path=/trunk/vorbis/; revision=19056 --- diff --git a/test/Makefile.am b/test/Makefile.am index f0dc85a..d922374 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -13,7 +13,7 @@ test_SOURCES = util.c util.h write_read.c write_read.h test.c test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@ debug: - $(MAKE) all CFLAGS="@DEBUG@" + $(MAKE) check CFLAGS="@DEBUG@" profile: - $(MAKE) all CFLAGS="@PROFILE@" + $(MAKE) check CFLAGS="@PROFILE@"