From: Chris Hanson Date: Thu, 7 Dec 2000 22:44:57 +0000 (+0000) Subject: Make sure "runtime-check/Makefile" exists. X-Git-Tag: 20090517-FFI~3108 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5a9593f75575ff628c9ebc1985c949f64d343657;p=mit-scheme.git Make sure "runtime-check/Makefile" exists. --- diff --git a/v7/src/etc/create-dirs.sh b/v7/src/etc/create-dirs.sh index c16337431..bb7f931e5 100755 --- a/v7/src/etc/create-dirs.sh +++ b/v7/src/etc/create-dirs.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: create-dirs.sh,v 1.5 2000/12/07 22:27:58 cph Exp $ +# $Id: create-dirs.sh,v 1.6 2000/12/07 22:44:57 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -39,6 +39,7 @@ maybe_link () # runtime-check maybe_mkdir runtime-check maybe_link runtime-check/runtime.cbf ../etc/runtime-check.cbf +maybe_link runtime-check/Makefile ../Makefile.std ( cd runtime for FN in *.scm; do