summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-06-20 04:38:39 +0000
committerMonty <xiphmont@xiph.org>2000-06-20 04:38:39 +0000
commit52c09a7258eab54181f3e75969e18f4572011a57 (patch)
tree22eb5021badc7003952ca9a66fc154bccf85b663
parent91d6028ca77f307bc143140cb73269a31cc85830 (diff)
downloadlibvorbis-git-52c09a7258eab54181f3e75969e18f4572011a57.tar.gz
Build fix (missed removing @TYPESIZES@ from Makefile.in)v1.0.0beta1
Monty svn path=/trunk/vorbis/; revision=464
-rw-r--r--vq/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/vq/Makefile.in b/vq/Makefile.in
index 4193e554..49446d37 100644
--- a/vq/Makefile.in
+++ b/vq/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.12 2000/06/19 15:14:16 xiphmont Exp $
+# $Id: Makefile.in,v 1.13 2000/06/20 04:38:39 xiphmont Exp $
###############################################################################
# #
@@ -14,7 +14,7 @@
# (unless, of course, you know what you are doing :) ##########################
@SET_MAKE@
-FLAGS=-I. -I../include @TYPESIZES@ @CFLAGS@
+FLAGS=-I. -I../include @CFLAGS@
OPT=@OPT@ $(FLAGS)
DEBUG=@DEBUG@ $(FLAGS)
PROFILE=@PROFILE@ $(FLAGS)