# HG changeset patch # User diego # Date 1174082501 0 # Node ID 83b333febf31842fc7ee72c6d4879f90f8e973f4 # Parent 7957916682956cadff57a71a10b5be24d1427765 Remove CFLAGS that are already set by configure. diff -r 795791668295 -r 83b333febf31 dvdread/Makefile --- a/dvdread/Makefile Fri Mar 16 21:54:48 2007 +0000 +++ b/dvdread/Makefile Fri Mar 16 22:01:41 2007 +0000 @@ -11,8 +11,7 @@ nav_read.c \ md5.c \ -CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \ - -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 +CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS -DHAVE_LIMITS_H CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H