From 04d98e399d034656770e0049613d09ef3ea6d2d0 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Sat, 31 Jan 2015 01:14:39 -0800 Subject: Restore lost dependencies Oops. Somehow the Makefile stopped including the generated dependencies. As long as we're building from scratch this didn't matter, but rebuilding following local changes wouldn't always work. Let's fix it. BUG=none BRANCH=none TEST=make runtests Change-Id: I80bd30d1847734a288cddf61f28bb33ae9906525 Signed-off-by: Bill Richardson Reviewed-on: https://chromium-review.googlesource.com/245501 Reviewed-by: Randall Spangler --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ddae9556..2488203d 100644 --- a/Makefile +++ b/Makefile @@ -1375,6 +1375,8 @@ endif # Include generated dependencies ALL_DEPS += ${ALL_OBJS:%.o=%.o.d} TEST_DEPS += ${TEST_OBJS:%.o=%.o.d} +-include ${ALL_DEPS} +-include ${TEST_DEPS} # We want to use only relative paths in cscope.files, especially since the # paths inside and outside the chroot are different. -- cgit v1.2.1