diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-25 18:08:16 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-25 18:08:16 +0000 |
commit | 3b53fe048532565dea5d58fddf532ea3a863c697 (patch) | |
tree | 55127182f1d69f14d5ccd79b381f84473214cfab /rbutil/mkamsboot | |
parent | 9c95e243e851a66aca27085d563d8d0a2fc55d34 (diff) | |
download | rockbox-3b53fe048532565dea5d58fddf532ea3a863c697.tar.gz rockbox-3b53fe048532565dea5d58fddf532ea3a863c697.zip |
mkamsboot: make sure files depending on dualboot.h are updated
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24915 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/mkamsboot')
-rw-r--r-- | rbutil/mkamsboot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index d1bed217ba..8ee44cd389 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile | |||
@@ -47,6 +47,10 @@ OBJS := $(patsubst %.c,%.o,$(addprefix $(OBJDIR),$(SOURCES))) | |||
47 | LIBOBJS := $(patsubst %.c,%.o,$(addprefix $(OBJDIR),$(LIBSOURCES))) | 47 | LIBOBJS := $(patsubst %.c,%.o,$(addprefix $(OBJDIR),$(LIBSOURCES))) |
48 | EXTRADEPS := $(LIBUCL) | 48 | EXTRADEPS := $(LIBUCL) |
49 | 49 | ||
50 | # explicit dependencies on dualboot.{c,h} | ||
51 | $(OBJDIR)mkamsboot.o: dualboot.h dualboot.c mkamsboot.c | ||
52 | $(OBJDIR)main.o: dualboot.h dualboot.c main.c | ||
53 | |||
50 | $(OBJDIR)%.o: %.c | 54 | $(OBJDIR)%.o: %.c |
51 | @echo CC $< $ | 55 | @echo CC $< $ |
52 | $(SILENT)mkdir -p $(dir $@) | 56 | $(SILENT)mkdir -p $(dir $@) |