Build fix (missed removing @TYPESIZES@ from Makefile.in)
authorMonty <xiphmont@xiph.org>
Tue, 20 Jun 2000 04:38:39 +0000 (04:38 +0000)
committerMonty <xiphmont@xiph.org>
Tue, 20 Jun 2000 04:38:39 +0000 (04:38 +0000)
Monty

svn path=/trunk/vorbis/; revision=464

vq/Makefile.in

index 4193e55..49446d3 100644 (file)
@@ -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)