From: Chris Hanson Date: Fri, 8 Dec 2000 19:17:37 +0000 (+0000) Subject: Use autoconf for top-level Makefile. X-Git-Tag: 20090517-FFI~3080 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9e930922327d0d888b408a47fc69de4661f890f0;p=mit-scheme.git Use autoconf for top-level Makefile. --- 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: