From: H. Peter Anvin Date: Thu, 14 Sep 2006 21:16:59 +0000 (-0700) Subject: Fix dependency checking for sys/vesa X-Git-Tag: syslinux-3.30-pre6~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95f2a1f57721a15dc1ef26024577321938834451;p=platform%2Fupstream%2Fsyslinux.git Fix dependency checking for sys/vesa --- diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 53a8bdb..d20bc3b 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -98,4 +98,4 @@ sys/vesa/drawtxt.o: sys/vesa/drawtxt.c jpeg/jidctflt.o: jpeg/jidctflt.c $(CC) $(CFLAGS) -O3 -c -o $@ $< --include .*.d */.*.d +-include .*.d */.*.d */*/.*.d