From 1f62ab7c251d1488ab7d75d7b08130ca8b928356 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 22 Jan 2014 12:29:57 +0000 Subject: [PATCH] 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 --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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@" -- 2.7.4