projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b7ac5
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 23:04:57 +0000
(23:04 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 23:04:57 +0000
(23:04 +0000)
v7/src/compiler/Makefile
patch
|
blob
|
history
diff --git
a/v7/src/compiler/Makefile
b/v7/src/compiler/Makefile
index 9a4e727943efb4187941470780b8739023b79f50..e3d09cfa6f742cd53dade44cc948a36c3cb767df 100644
(file)
--- a/
v7/src/compiler/Makefile
+++ b/
v7/src/compiler/Makefile
@@
-1,5
+1,5
@@
#
-# $Id: Makefile,v 1.1
3 2000/12/05 22:36:39
cph Exp $
+# $Id: Makefile,v 1.1
4 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: