diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-02-17 23:24:28 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-17 23:24:28 +0000 |
| commit | 9425cf65489776cfaf2d4c5472d4693dcd158aa6 (patch) | |
| tree | c38f22bde0df181061b054cdfb25b7fef5a29fa5 /tools/make.inc | |
| parent | e2f5f21e5bf5b8e43f3eb130d8a282a5a8c62ac6 (diff) | |
| download | rockbox-9425cf65489776cfaf2d4c5472d4693dcd158aa6.zip rockbox-9425cf65489776cfaf2d4c5472d4693dcd158aa6.tar.gz rockbox-9425cf65489776cfaf2d4c5472d4693dcd158aa6.tar.bz2 rockbox-9425cf65489776cfaf2d4c5472d4693dcd158aa6.tar.xz | |
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
Diffstat (limited to 'tools/make.inc')
| -rw-r--r-- | tools/make.inc | 3 |
1 files changed, 1 insertions, 2 deletions
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: |