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

index 338d68641656781aa192f371fbfbb7b6733a15b7..63a66baea5e51c533c13e2ea84936447d3e989b2 100644 (file)
@@ -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: