From ffb5e0ab7d631d25512e2f417cdb32c3ea593bdf Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 26 Jul 1989 03:55:44 +0000 Subject: [PATCH] Add make target for Breakup. --- v7/src/microcode/unxutl/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: -- 2.25.1