From dc9e201671f8d36da9b7b7fe87ff55e96295c71b Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 27 Oct 2005 14:39:00 +0000 Subject: Support for a colon-separated path in APPEXTRA git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7663 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/Makefile') diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index b29ed73..2c1cd93 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -13,7 +13,7 @@ CFLAGS = $(GCCOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ -DMEM=${MEMORYSIZE} -DCODEC ifdef APPEXTRA - INCLUDES += -I$(APPSDIR)/$(APPEXTRA) + INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) endif ifdef SOFTWARECODECS -- cgit v1.1