From c7f4773cf64dae208a9614fcad0046456e9a87c6 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 9 Mar 2010 03:20:14 +0000 Subject: Simplify makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25084 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtremor/libtremor.make | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/codecs/libtremor/libtremor.make') diff --git a/apps/codecs/libtremor/libtremor.make b/apps/codecs/libtremor/libtremor.make index 1bd1b20fb4..e6816aa604 100644 --- a/apps/codecs/libtremor/libtremor.make +++ b/apps/codecs/libtremor/libtremor.make @@ -17,12 +17,6 @@ $(TREMORLIB): $(TREMORLIB_OBJ) $(SILENT)$(shell rm -f $@) $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null -$(CODECDIR)/libtremor/%.o: $(ROOTDIR)/apps/codecs/libtremor/%.c - $(SILENT)mkdir -p $(dir $@) - $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) \ - -I$(APPSDIR)/codecs/libtremor \ - $(CODECFLAGS) $(CFLAGS) -c $< -o $@ - TREMORFLAGS = -I$(APPSDIR)/codecs/libtremor $(filter-out -O%,$(CODECFLAGS)) # Tremor is slightly faster on coldfire with -O3 -- cgit v1.2.3