From 30461369def481c2eb53d36f63644eaff7de4a1d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 2 Sep 2006 21:31:16 +0000 Subject: settings.h includs button.h that includes target-button.h so we need to make sure all these knows how to find that include file as otherwise does the depfile generation break down git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10858 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libfaad/Makefile') diff --git a/apps/codecs/libfaad/Makefile b/apps/codecs/libfaad/Makefile index bf30817aa2..57c871fba7 100644 --- a/apps/codecs/libfaad/Makefile +++ b/apps/codecs/libfaad/Makefile @@ -15,8 +15,8 @@ ifdef APPEXTRA endif FAADOPTS = -O2 -Wno-char-subscripts -CFLAGS = $(INCLUDES) $(GCCOPTS) $(FAADOPTS) $(TARGET) $(EXTRA_DEFINES) \ - -DMEM=${MEMORYSIZE} +CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(FAADOPTS) $(TARGET) \ + $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc -- cgit v1.2.3