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/libFLAC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libFLAC') diff --git a/apps/codecs/libFLAC/Makefile b/apps/codecs/libFLAC/Makefile index 9da55ba..4008479 100644 --- a/apps/codecs/libFLAC/Makefile +++ b/apps/codecs/libFLAC/Makefile @@ -12,7 +12,7 @@ INCLUDES=-I$(APPSDIR) -I.. -I. -I$(FIRMDIR)/include -I$(FIRMDIR)/export \ -I$(BUILDDIR) ifdef APPEXTRA -INCLUDES += -I$(APPSDIR)/$(APPEXTRA) + INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) endif NEWGCC=$(shell expr $(GCCNUM) ">" 303) -- cgit v1.1