Added "storage.c" to list of dependencies needed for "ppband.c".
authorMichael R. Blair <edu/mit/csail/zurich/ziggy>
Mon, 5 Jun 2006 09:49:02 +0000 (09:49 +0000)
committerMichael R. Blair <edu/mit/csail/zurich/ziggy>
Mon, 5 Jun 2006 09:49:02 +0000 (09:49 +0000)
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

index bbeb2aad336f6a09a2ec900f3dbe3c7726028f9e..beb12a617cd0ee7c800e2996a5a64ae10e86c3c9 100644 (file)
@@ -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)