From 632a3c95c3652af5403db7040824f1226406c258 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 15 Apr 1993 09:16:10 +0000 Subject: [PATCH] Expand rule for "locked" to include subdirectories. --- v7/src/microcode/unxutl/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index 76bb38d2e..781df0885 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,7 +1,7 @@ # # Makefile for MIT CScheme microcode. # -# $Id: makefile,v 1.20 1993/02/22 20:31:31 nick Exp $ +# $Id: makefile,v 1.21 1993/04/15 09:16:10 cph Exp $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -81,6 +81,9 @@ tags: locked: rlog -L -R RCS/*,v + rlog -L -R m/RCS/*,v + rlog -L -R s/RCS/*,v + rlog -L -R dosutl/RCS/*,v getpagesize.h : pagesize.h rm -f getpagesize.h -- 2.25.1