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/libmad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libmad/Makefile') diff --git a/apps/codecs/libmad/Makefile b/apps/codecs/libmad/Makefile index 40ea420a0b..c24a693374 100644 --- a/apps/codecs/libmad/Makefile +++ b/apps/codecs/libmad/Makefile @@ -24,8 +24,8 @@ else MADOPTS += -O2 endif -CFLAGS = $(INCLUDES) $(GCCOPTS) $(MADOPTS) $(TARGET) $(EXTRA_DEFINES) \ - -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) +CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(MADOPTS) $(TARGET) \ +$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc -- cgit v1.2.3