From 5a9593f75575ff628c9ebc1985c949f64d343657 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 7 Dec 2000 22:44:57 +0000 Subject: [PATCH] Make sure "runtime-check/Makefile" exists. --- v7/src/etc/create-dirs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1