mirror of https://github.com/FDOS/kernel.git
Fixed some missing dots
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@866 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
46833929f9
commit
5c72b4a0e9
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue