From 6640978129e8d3153027060ca79ba17e62114d25 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 21 Nov 2008 15:07:15 +0000 Subject: Altered mkdepfile to use a single gcc call and post-process the output. This speeds up the dependency generation, especially in cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19169 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/lang.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/lang/lang.make') diff --git a/apps/lang/lang.make b/apps/lang/lang.make index 416b2b4504..311a3d5ee2 100644 --- a/apps/lang/lang.make +++ b/apps/lang/lang.make @@ -9,8 +9,7 @@ LANGS := $(call preprocess, $(APPSDIR)/lang/SOURCES) LANGOBJ := $(LANGS:$(ROOTDIR)/%.lang=$(BUILDDIR)/%.lng) - -SRC += $(ROOTDIR)/lang.o # yes ROOTDIR. root.make will subst it to BUILDDIR. +LANG_O = $(BUILDDIR)/lang.o CLEANOBJS += $(BUILDDIR)/max_language_size.h $(BUILDDIR)/lang.* -- cgit v1.2.3