commit | e2c140e419b4f25dfa4a177a1a864a4eb9cd8266 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Fri Jan 28 23:25:40 2005 +0000 |
committer | Daniel Stenberg <daniel@haxx.se> | Fri Jan 28 23:25:40 2005 +0000 |
tree | c2f45ffff86a1b49dcad92189b53d48f2ebc1f03 | |
parent | b3578547080f55f1a430f6ad1e47879588c019dc [diff] [blame] |
fixed depfile file name git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5705 a1c6a512-1295-4272-9138-f99709370657
diff --git a/bootloader/Makefile b/bootloader/Makefile index 8daa23f..e7c61f6 100644 --- a/bootloader/Makefile +++ b/bootloader/Makefile
@@ -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