From: Guillermo J. Rozas Date: Tue, 29 Oct 1991 22:40:06 +0000 (+0000) Subject: Add bchdrn as one of the targets. X-Git-Tag: 20090517-FFI~10097 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ac43ca6c218417e0e5f642867570030bf5c7529d;p=mit-scheme.git Add bchdrn as one of the targets. --- 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