From: Chris Hanson Date: Wed, 26 Jul 1989 03:55:44 +0000 (+0000) Subject: Add make target for Breakup. X-Git-Tag: 20090517-FFI~11932 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ffb5e0ab7d631d25512e2f417cdb32c3ea593bdf;p=mit-scheme.git Add make target for Breakup. --- diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index e13589956..fd82b3724 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,3 +1,8 @@ +# +# Makefile for MIT CScheme microcode. +# +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.2 1989/07/26 03:55:44 cph Exp $ +# CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -26,6 +31,11 @@ Bintopsb: xmakefile dobintopsb dobintopsb: $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Bintopsb +Breakup: xmakefile dobreakup + +dobreakup: + $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Breakup + Ppband: xmakefile doppband doppband: