Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 23:04:57 +0000 (23:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 23:04:57 +0000 (23:04 +0000)
v7/src/compiler/Makefile

index 9a4e727943efb4187941470780b8739023b79f50..e3d09cfa6f742cd53dade44cc948a36c3cb767df 100644 (file)
@@ -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: