From d20d5bacac4234fa32c76166681906b189e39d7f Mon Sep 17 00:00:00 2001 From: "Michael R. Blair" Date: Mon, 5 Jun 2006 09:49:02 +0000 Subject: [PATCH] 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). --- v7/src/microcode/makegen/Makefile.in.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) -- 2.25.1