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
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile
index d1bed21..8ee44cd 100644
--- a/rbutil/mkamsboot/Makefile
+++ b/rbutil/mkamsboot/Makefile
@@ -47,6 +47,10 @@
LIBOBJS := $(patsubst %.c,%.o,$(addprefix $(OBJDIR),$(LIBSOURCES)))
EXTRADEPS := $(LIBUCL)
+# explicit dependencies on dualboot.{c,h}
+$(OBJDIR)mkamsboot.o: dualboot.h dualboot.c mkamsboot.c
+$(OBJDIR)main.o: dualboot.h dualboot.c main.c
+
$(OBJDIR)%.o: %.c
@echo CC $< $
$(SILENT)mkdir -p $(dir $@)