From 9e930922327d0d888b408a47fc69de4661f890f0 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 8 Dec 2000 19:17:37 +0000 Subject: [PATCH] Use autoconf for top-level Makefile. --- v7/src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index 338d68641..63a66baea 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.6 2000/12/08 19:16:58 cph Exp $ +# $Id: Makefile.in,v 1.7 2000/12/08 19:17:37 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -72,7 +72,7 @@ all: compile $(srcdir)/etc/build-bands.sh compile: - ( cd microcode && $(MAKE) $@ ) + ( cd microcode && $(MAKE) all ) scheme -compiler -heap 4000 < $(srcdir)/etc/compile.scm mostlyclean clean distclean maintainer-clean: -- 2.25.1