[syslinux:pathbased] core: add missing dependencies

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun Feb 28 21:06:09 PST 2010


Commit-ID:  dc9090d9033a330f0f26da177cc384ee6e2e0f6c
Gitweb:     http://syslinux.zytor.com/commit/dc9090d9033a330f0f26da177cc384ee6e2e0f6c
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 28 Feb 2010 21:04:16 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 28 Feb 2010 21:04:16 -0800

core: add missing dependencies

We need to account for dependences as far down as we care about.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/Makefile b/core/Makefile
index a5d0fdd..166f0e4 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -141,4 +141,4 @@ spotless: clean
 	rm -f $(BTARGET) *.bin *_bin.c
 
 # Include dependencies file
--include .*.d */.*.d
+-include .*.d */.*.d */*/.*.d



More information about the Syslinux-commits mailing list