From 5c72b4a0e9d46f5f1e5c77088d4ecf50c5584587 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Mon, 12 Apr 2004 09:36:07 +0000 Subject: [PATCH] Fixed some missing dots git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@866 6ac86273-5f31-0410-b378-82cca8765d1b --- kernel/makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kernel/makefile b/kernel/makefile index d35e650..78dfe29 100644 --- a/kernel/makefile +++ b/kernel/makefile @@ -72,9 +72,9 @@ apisupt.obj: apisupt.asm segs.inc $(TARGET).lnk asmsupt.obj: asmsupt.asm segs.inc $(TARGET).lnk console.obj: console.asm io.inc $(TARGET).lnk dosidle.obj: dosidle.asm segs.inc $(TARGET).lnk -entry.obj: entry.asm segs.inc $(HDR)stacksinc $(TARGET).lnk +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)stacksinc $(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 irqstack.obj: irqstack.asm segs.inc $(TARGET).lnk @@ -85,8 +85,6 @@ 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 -INITHEADERS=init-mod.h init-dat.h - HDRS=\ $(HDR)portab.h $(HDR)device.h $(HDR)mcb.h $(HDR)pcb.h \ $(HDR)fat.h $(HDR)fcb.h $(HDR)tail.h $(HDR)time.h $(HDR)process.h \