From 95f2a1f57721a15dc1ef26024577321938834451 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 14 Sep 2006 14:16:59 -0700 Subject: [PATCH] Fix dependency checking for sys/vesa --- com32/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4