From: Chris Hanson Date: Fri, 8 Dec 2000 19:12:36 +0000 (+0000) Subject: Use autoconf for top-level Makefile. X-Git-Tag: 20090517-FFI~3082 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=554642d39cffa5c6bd83ff9df2aa4b2ed9d91897;p=mit-scheme.git Use autoconf for top-level Makefile. --- diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index 5f7eb0989..d7944a88e 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.4 2000/12/08 19:10:13 cph Exp $ +# $Id: Makefile.in,v 1.5 2000/12/08 19:12:36 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -70,8 +70,8 @@ EODIR = $(EDDIR)/autoload all: ( cd microcode && $(MAKE) $@ ) - scheme -compiler -heap 4000 < etc/compile.scm - etc/build-bands.sh + scheme -compiler -heap 4000 < $(srcdir)/etc/compile.scm + $(srcdir)/etc/build-bands.sh mostlyclean clean distclean maintainer-clean: $(srcdir)/Clean.sh $@ $(SUBDIRS)