From fe30b5a6989a3555d7c333b25a0d441a010f9de7 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Sun, 30 May 2004 20:59:33 +0000 Subject: [PATCH] Fix some dependencies. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@973 6ac86273-5f31-0410-b378-82cca8765d1b --- kernel/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/makefile b/kernel/makefile index 78dfe29..0b67948 100644 --- a/kernel/makefile +++ b/kernel/makefile @@ -76,11 +76,11 @@ entry.obj: entry.asm segs.inc $(HDR)stacks.inc $(TARGET).lnk execrh.obj: execrh.asm segs.inc $(TARGET).lnk int2f.obj: int2f.asm segs.inc $(HDR)stacks.inc $(TARGET).lnk intr.obj: intr.asm segs.inc $(TARGET).lnk -io.obj: io.asm segs.inc $(TARGET).lnk +io.obj: io.asm segs.inc $(HDR)stacks.inc $(TARGET).lnk irqstack.obj: irqstack.asm segs.inc $(TARGET).lnk kernel.obj: kernel.asm segs.inc ludivmul.inc $(TARGET).lnk nls_hc.obj: nls_hc.asm segs.inc $(TARGET).lnk -nlssupt.obj: nlssupt.asm segs.inc $(TARGET).lnk +nlssupt.obj: nlssupt.asm segs.inc $(HDR)stacks.inc $(TARGET).lnk printer.obj: printer.asm io.inc $(TARGET).lnk procsupt.obj: procsupt.asm segs.inc $(HDR)stacks.inc $(TARGET).lnk serial.obj: serial.asm io.inc $(TARGET).lnk