From: Guillermo J. Rozas Date: Mon, 15 Feb 1993 03:40:39 +0000 (+0000) Subject: Add missing dependency from fixnum.o to mul.c X-Git-Tag: 20090517-FFI~8515 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6cb5ca69f8a9d92f1765d784269356887e907db3;p=mit-scheme.git Add missing dependency from fixnum.o to mul.c --- diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index 1f36b0ab4..2ee2c45f8 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: ymkfile,v 1.61 1993/01/23 00:07:44 nick Exp $ +$Id: ymkfile,v 1.62 1993/02/15 03:40:39 gjr Exp $ -Copyright (c) 1989-1992 Massachusetts Institute of Technology +Copyright (c) 1989-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -667,7 +667,7 @@ artutl.o : scheme.touch bignum.o : scheme.touch bignumint.h limits.h bigprm.o flonum.o intprm.o : scheme.touch prims.h zones.h generic.o : scheme.touch prims.h -fixnum.o : scheme.touch prims.h +fixnum.o : scheme.touch prims.h mul.c storage.o : scheme.touch gctype.c