# HG changeset patch # User diego # Date 1164625083 0 # Node ID 337e3018cd8b1962f65a4aef94edaa269430629e # Parent b2eeabacef4d5a12897529a08999436657a9c554 Remove superfluous CFLAGS declaration (is in mpcommon.mak). diff -r b2eeabacef4d -r 337e3018cd8b mp3lib/Makefile --- a/mp3lib/Makefile Mon Nov 27 10:53:40 2006 +0000 +++ b/mp3lib/Makefile Mon Nov 27 10:58:03 2006 +0000 @@ -6,7 +6,6 @@ ifeq ($(TARGET_ARCH_SGI_MIPS),yes) OPTFLAGS := $(OPTFLAGS:-O4=-O0) endif -CFLAGS = -I.. $(OPTFLAGS) SRCS = sr1.c ifeq ($(TARGET_ARCH_X86_32),yes)