From bbb095c7d8ba1162cf199d70006617b6e627f1bc Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 19 Jun 2000 11:59:21 +0000 Subject: [PATCH] Remove vorbis-tools from mainline build until it get a bit more platform friendly across the board... Monty svn path=/trunk/vorbis/; revision=460 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b8eb071..e93658e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # vorbis makefile configured for use with gcc on any platform -# $Id: Makefile.in,v 1.7 2000/06/14 23:07:47 xiphmont Exp $ +# $Id: Makefile.in,v 1.8 2000/06/19 11:59:21 xiphmont Exp $ ############################################################################### # # @@ -17,7 +17,7 @@ @SET_MAKE@ -SUBDIRS = lib examples vorbis-tools # cmdline xmms vq huff +SUBDIRS = lib examples # vorbis-tools cmdline xmms vq huff all debug profile selftest target clean: @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $@) || exit 1; done -- 2.7.4