From 554642d39cffa5c6bd83ff9df2aa4b2ed9d91897 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 8 Dec 2000 19:12:36 +0000 Subject: [PATCH] Use autoconf for top-level Makefile. --- v7/src/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.25.1