From: Chris Hanson Date: Tue, 5 Dec 2000 23:04:57 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~3150 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=dee1d63299fa7a65a6689241b32ab667291a0394;p=mit-scheme.git Fix typo. --- 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: