diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-09-14 14:16:59 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-09-14 14:16:59 -0700 |
commit | 95f2a1f57721a15dc1ef26024577321938834451 (patch) | |
tree | 5ac6c46004fbeaa5c6606eec90454e1e9bb10a6a | |
parent | 36f297e0d286bc34ab638fe7204f62369c00cb11 (diff) | |
download | syslinux-95f2a1f57721a15dc1ef26024577321938834451.tar.gz syslinux-95f2a1f57721a15dc1ef26024577321938834451.tar.xz syslinux-95f2a1f57721a15dc1ef26024577321938834451.zip |
Fix dependency checking for sys/vesa
-rw-r--r-- | com32/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 53a8bdb2..d20bc3ba 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 |