From 36f5a6e4a6d70903c86c4cf5196ffc8f4c27f58e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 30 Oct 1991 23:33:21 +0000 Subject: [PATCH] Fix rule for making "locked". --- v7/src/compiler/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/Makefile b/v7/src/compiler/Makefile index 5068ea4d0..7c787589f 100644 --- a/v7/src/compiler/Makefile +++ b/v7/src/compiler/Makefile @@ -1,5 +1,5 @@ # -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/Attic/Makefile,v 1.8 1991/08/15 18:32:50 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/Attic/Makefile,v 1.9 1991/10/30 23:33:21 cph Exp $ # # Makefile for Scheme compiler # This makefile supports some utilities for the compiler. @@ -28,9 +28,9 @@ listing: prlist comp.pkg $(SOURCES:foo=*.scm) locked: - for subdir in ./ $(SUBDIRS); \ + for subdir in . back base fggen fgopt rtlbase rtlgen rtlopt machines/*; \ do \ - rlog -L -R $${subdir}RCS/*,v ; \ + rlog -L -R $${subdir}/RCS/*,v ; \ done stage1: -- 2.25.1