From dee1d63299fa7a65a6689241b32ab667291a0394 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Dec 2000 23:04:57 +0000 Subject: [PATCH] Fix typo. --- v7/src/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/Makefile b/v7/src/compiler/Makefile index 9a4e72794..e3d09cfa6 100644 --- a/v7/src/compiler/Makefile +++ b/v7/src/compiler/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.13 2000/12/05 22:36:39 cph Exp $ +# $Id: Makefile,v 1.14 2000/12/05 23:04:57 cph Exp $ # # Makefile for Scheme compiler # This makefile supports some utilities for the compiler. @@ -17,7 +17,7 @@ all: setup: (cd machines/vax; \ for N in 1 2 3; do \ - ln -s instr${N}.scm dinstr${N}.scm; \ + ln -s instr$${N}.scm dinstr$${N}.scm; \ done) tags TAGS: -- 2.25.1