Use autoconf for top-level Makefile.
authorChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 19:12:36 +0000 (19:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 19:12:36 +0000 (19:12 +0000)
v7/src/Makefile.in

index 5f7eb0989b0e0401fe08ddebe29cf6319a44dd9b..d7944a88e3d0985a19d2d9ca8276a9dcd32860c5 100644 (file)
@@ -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)