From f16c1f341a479a61e2cdf1f54de7106ac8d5fc36 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Fri, 24 Feb 2006 13:48:52 +0000 Subject: prevent rockbox from using the wrong includes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8827 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/lib') diff --git a/apps/codecs/lib/Makefile b/apps/codecs/lib/Makefile index 49be70a62d..18f478c474 100644 --- a/apps/codecs/lib/Makefile +++ b/apps/codecs/lib/Makefile @@ -17,8 +17,8 @@ ifdef APPEXTRA INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) endif -CFLAGS = $(GCCOPTS) \ -$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} -DCODEC +CFLAGS = $(INCLUDES) $(GCCOPTS) \ +$(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} -DCODEC # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc -- cgit v1.2.3