From: Michael R. Blair Date: Mon, 5 Jun 2006 09:49:02 +0000 (+0000) Subject: Added "storage.c" to list of dependencies needed for "ppband.c". X-Git-Tag: 20090517-FFI~1039 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d20d5bacac4234fa32c76166681906b189e39d7f;p=mit-scheme.git Added "storage.c" to list of dependencies needed for "ppband.c". Moved "load.c" to list of dependencies since `#include'd, not linked. Fixed ill-formed mode line in passing (sigh). --- diff --git a/v7/src/microcode/makegen/Makefile.in.in b/v7/src/microcode/makegen/Makefile.in.in index bbeb2aad3..beb12a617 100644 --- a/v7/src/microcode/makegen/Makefile.in.in +++ b/v7/src/microcode/makegen/Makefile.in.in @@ -1,8 +1,8 @@ -# -*-Makefile-*- +# -*- Makefile -*- # -# $Id: Makefile.in.in,v 1.26 2006/06/03 08:10:10 ihtfisp Exp $ +# $Id: Makefile.in.in,v 1.27 2006/06/05 09:49:02 ihtfisp Exp $ # -# Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology +# Copyright 2000-2006 Massachusetts Institute of Technology # # This file is part of MIT/GNU Scheme. # @@ -166,9 +166,9 @@ psbtobin_DEPENDENCIES = psbtobin_LDFLAGS = psbtobin_LIBS = $(LIBS) -ppband_SOURCES = ppband.c outf.c load.c +ppband_SOURCES = ppband.c outf.c ppband_OBJECTS = ppband.o outf.o -ppband_DEPENDENCIES = +ppband_DEPENDENCIES = load.c storage.c ppband_LDFLAGS = ppband_LIBS = $(LIBS)