From 9425cf65489776cfaf2d4c5472d4693dcd158aa6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 17 Feb 2008 23:24:28 +0000 Subject: eeek, revert the FS#8482 commit again as it broke the bootloaders and the generated size wasn't actually used yet! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16339 a1c6a512-1295-4272-9138-f99709370657 --- tools/make.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/make.inc') diff --git a/tools/make.inc b/tools/make.inc index 30d0779..8e125c8 100644 --- a/tools/make.inc +++ b/tools/make.inc @@ -40,8 +40,7 @@ $(DEPFILE): $(SOURCES) rm $$del; \ del=""; \ fi \ - done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" \ - -e "s:[^[:space:]]*sysfont.h:$(BUILDDIR)/sysfont.h:" > $(DEPFILE); \ + done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" > $(DEPFILE); \ echo "oo" > /dev/null ) tags: -- cgit v1.1