fixed depfile file name

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5705 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-01-28 23:25:40 +00:00
parent b357854708
commit e2c140e419
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR)
DEPFILE = $(OBJDIR)/dep-apps
DEPFILE = $(OBJDIR)/dep-bootloader
LDS := $(FIRMDIR)/boot.lds
ifdef DEBUG