From ac43ca6c218417e0e5f642867570030bf5c7529d Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 29 Oct 1991 22:40:06 +0000 Subject: [PATCH] Add bchdrn as one of the targets. --- v7/src/microcode/unxutl/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index 0b5f5962e..94a836638 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,7 +1,7 @@ # # Makefile for MIT CScheme microcode. # -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.13 1991/10/02 21:24:43 jinx Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.14 1991/10/29 22:40:06 jinx Exp $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -22,6 +22,10 @@ bchscheme: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} bchscheme .PHONY: bchscheme +bchdrn: xmakefile + $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} bchdrn +.PHONY: bchdrn + Psbtobin: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Psbtobin .PHONY: Psbtobin -- 2.25.1