From: Guillermo J. Rozas Date: Mon, 23 Aug 1993 01:40:13 +0000 (+0000) Subject: Add bchscheme back to list of generated programs. X-Git-Tag: 20090517-FFI~8011 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bda968e0362ffceb2c91f77d4724864028e34912;p=mit-scheme.git Add bchscheme back to list of generated programs. --- diff --git a/v7/src/microcode/ntutl/makefile b/v7/src/microcode/ntutl/makefile index 612a3dc6e..5e89f86df 100644 --- a/v7/src/microcode/ntutl/makefile +++ b/v7/src/microcode/ntutl/makefile @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.8 1993/08/21 03:20:09 gjr Exp $ +### $Id: makefile,v 1.9 1993/08/23 01:40:13 gjr Exp $ ### ### Copyright (c) 1992-1993 Massachusetts Institute of Technology ### @@ -66,7 +66,7 @@ sysflags = $(guiflags) syslibs = $(guilibs) cvobj = cvtomf -all: ntscmlib.dll scheme.exe # bchschem.exe bintopsb.exe psbtobin.exe +all: ntscmlib.dll scheme.exe bchschem.exe # bintopsb.exe psbtobin.exe .c.obj: $(cc) $(cflags) $(cdebug) -c $*.c