From: Chris Hanson Date: Mon, 17 Dec 2001 18:03:44 +0000 (+0000) Subject: Fix default target; it wasn't including everything. X-Git-Tag: 20090517-FFI~2402 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d75ed0a554534592f9bd39fc69b1a660fa9da8a9;p=mit-scheme.git Fix default target; it wasn't including everything. --- diff --git a/v7/src/microcode/makegen/Makefile.in.in b/v7/src/microcode/makegen/Makefile.in.in index 212e117d0..46686f462 100644 --- a/v7/src/microcode/makegen/Makefile.in.in +++ b/v7/src/microcode/makegen/Makefile.in.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in.in,v 1.17 2001/11/27 04:20:31 cph Exp $ +# $Id: Makefile.in.in,v 1.18 2001/12/17 18:03:44 cph Exp $ # # Copyright (c) 2000-2001 Massachusetts Institute of Technology # @@ -191,7 +191,7 @@ MAINTAINER_CLEAN_FILES = Makefile.in Makefile.deps config.h.in configure # **** Main rules **** -default-target: scheme bchscheme +default-target: $(ALL_PROGRAMS) $(ALL_LIBS) all: $(ALL_PROGRAMS) $(ALL_LIBS) $(ALL_DATA)