From ce74dc074355dcf8db9bd0c09ee2624089d3c3e7 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Fri, 29 Sep 2006 20:04:36 +0000 Subject: Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11095 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/codecs') diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index 28fc82b..76c8ce3 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -12,12 +12,6 @@ INCLUDES = -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I$(FIRMDIR)/common \ CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(TARGET) $(EXTRA_DEFINES) \ -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DCODEC -ifeq ($(UNAME), Darwin) -SHARED_FLAG=-dynamiclib -Wl,-single_module -else -SHARED_FLAG=-shared -endif - ifdef APPEXTRA INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) endif -- cgit v1.1