From 961699d04607321c65439a1c928bf8c04bed8883 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 23 Aug 1997 02:48:18 +0000 Subject: [PATCH] Add new file "ntfs.h". --- v7/src/microcode/ntutl/makefile.wcc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/ntutl/makefile.wcc b/v7/src/microcode/ntutl/makefile.wcc index 978a93931..04fb1c2b3 100644 --- a/v7/src/microcode/ntutl/makefile.wcc +++ b/v7/src/microcode/ntutl/makefile.wcc @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.wcc,v 1.7 1997/06/26 06:56:24 cph Exp $ +### $Id: makefile.wcc,v 1.8 1997/08/23 02:48:18 cph Exp $ ### ### Copyright (c) 1992-97 Massachusetts Institute of Technology ### @@ -505,7 +505,7 @@ NT_DEPENDENCIES = oscond.h ansidecl.h posixtyp.h intext.h & dstack.h os.h osscheme.h nt.h ntapi.h ntsys.h syscall.h ntenv.obj : ntenv.c scheme.tch osenv.h ntscreen.h $(NT_DEPENDENCIES) ntfile.obj : ntfile.c osfile.h osio.h ntio.h $(NT_DEPENDENCIES) -ntfs.obj : ntfs.c osfs.h $(NT_DEPENDENCIES) +ntfs.obj : ntfs.c ntfs.h osfs.h $(NT_DEPENDENCIES) ntio.obj : ntio.c osio.h ntio.h ntscreen.h $(NT_DEPENDENCIES) nttop.obj : nttop.c ostop.h nttop.h osctty.h errors.h option.h & $(NT_DEPENDENCIES) @@ -519,7 +519,7 @@ ntgui.obj : ntgui.c ntdialog.h ntgui.h ntscreen.h $(NT_DEPENDENCIES) scheme.tch ntasutl.obj : ntasutl.asm ntkbutl.obj : ntkbutl.asm prntenv.obj : prntenv.c $(NT_DEPENDENCIES) -prntfs.obj : prntfs.c $(NT_DEPENDENCIES) scheme.tch prims.h osfs.h +prntfs.obj : prntfs.c ntfs.h $(NT_DEPENDENCIES) scheme.tch prims.h osfs.h prntio.obj : prntio.c $(NT_DEPENDENCIES) scheme.tch prims.h ntio.h osio.h & syscall.h ntapi.h ntscreen.h -- 2.25.1