From: Chris Hanson Date: Tue, 5 Dec 2000 21:46:17 +0000 (+0000) Subject: Don't write files in "makegen/"; this causes problems when the build X-Git-Tag: 20090517-FFI~3163 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=aeb57d5a614e1614da98b9373120f6e7725a8e5a;p=mit-scheme.git Don't write files in "makegen/"; this causes problems when the build directory is symlinked into the source directory. --- diff --git a/v7/src/microcode/makegen/makeinit.sh b/v7/src/microcode/makegen/makeinit.sh index 0ae481c42..16d4e2f8f 100755 --- a/v7/src/microcode/makegen/makeinit.sh +++ b/v7/src/microcode/makegen/makeinit.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: makeinit.sh,v 1.2 2000/12/05 21:23:50 cph Exp $ +# $Id: makeinit.sh,v 1.3 2000/12/05 21:46:17 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -27,7 +27,7 @@ fi scheme -heap 2000 <