From 0d97a5f021232f4e2f0612b366126c960fca7e34 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 15 Dec 2008 09:55:20 +0000 Subject: Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19443 a1c6a512-1295-4272-9138-f99709370657 --- tools/functions.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/functions.make b/tools/functions.make index 4061cf658f..97c98a1f8d 100644 --- a/tools/functions.make +++ b/tools/functions.make @@ -25,7 +25,7 @@ preprocess = $(shell $(CC) $(PPCFLAGS) $(2) -E -P -x c -include config.h $(1) | preprocess2file = $(shell $(CC) $(PPCFLAGS) $(3) -E -P -x c -include config.h $(1) | \ grep -v '^\#' | grep -v "^$$" > $(2)) -c2obj = $(subst .c,.o,$(subst .S,.o,$(subst $(ROOTDIR),$(BUILDDIR),$(1)))) +c2obj = $(addsuffix .o,$(basename $(subst $(ROOTDIR),$(BUILDDIR),$(1)))) # calculate dependencies for a list of source files $(2) and output them # to a file $(1) -- cgit v1.2.3