From e4c18d0e919f74fcfa1a425955e889623e3fd60d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 24 Oct 1995 05:32:20 +0000 Subject: [PATCH] Supply missing dependencies. --- v7/src/microcode/ntutl/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/ntutl/makefile b/v7/src/microcode/ntutl/makefile index f2c1ba631..b5934f22f 100644 --- a/v7/src/microcode/ntutl/makefile +++ b/v7/src/microcode/ntutl/makefile @@ -1,8 +1,8 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.16 1994/11/02 20:42:24 adams Exp $ +### $Id: makefile,v 1.17 1995/10/24 05:32:20 cph Exp $ ### -### Copyright (c) 1992-1993 Massachusetts Institute of Technology +### Copyright (c) 1992-95 Massachusetts Institute of Technology ### ### This material was developed by the Scheme project at the ### Massachusetts Institute of Technology, Department of @@ -282,9 +282,9 @@ ntgui.rbj: ntgui.rc ntgui.h ntdialog.dlg ntdialog.h !ENDIF scheme: scheme.exe -scheme.exe : $(OBJECTS) $(SCHEME_OBJECTS) scm-cl3.lst +scheme.exe : $(OBJECTS) $(SCHEME_OBJECTS) scm-cl3.lst ntscmlib.dll $(link) $(linkdebug) $(sysflags) -out:scheme.exe @scm-cl3.lst $(syslibs) ntscmlib.lib crtdll.lib -bchschem.exe : $(BCHOBJECTS) $(SCHEME_OBJECTS) bch-cl3.lst +bchschem.exe : $(BCHOBJECTS) $(SCHEME_OBJECTS) bch-cl3.lst ntscmlib.dll $(link) $(linkdebug) $(sysflags) -out:bchschem.exe @bch-cl3.lst $(syslibs) ntscmlib.lib crtdll.lib findprim.exe : findprim.obj $(link) $(linkdebug) $(conflags) -out:findprim.exe findprim.obj $(conlibs) -- 2.25.1