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:
992fbed
)
Don't create "machine" link in source directory; that is supposed to
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 22:36:39 +0000
(22:36 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 22:36:39 +0000
(22:36 +0000)
go in the target directory.
v7/src/compiler/Makefile
patch
|
blob
|
history
diff --git
a/v7/src/compiler/Makefile
b/v7/src/compiler/Makefile
index 0e534fbf1de76290cf8e511b8a3d54aefade797f..9a4e727943efb4187941470780b8739023b79f50 100644
(file)
--- a/
v7/src/compiler/Makefile
+++ b/
v7/src/compiler/Makefile
@@
-1,5
+1,5
@@
#
-# $Id: Makefile,v 1.1
2 2000/12/05 22:32:53
cph Exp $
+# $Id: Makefile,v 1.1
3 2000/12/05 22:36:39
cph Exp $
#
# Makefile for Scheme compiler
# This makefile supports some utilities for the compiler.
@@
-19,8
+19,6
@@
setup:
for N in 1 2 3; do \
ln -s instr${N}.scm dinstr${N}.scm; \
done)
- rm -f machine
- ln -s machines/i386 machine
tags TAGS:
etags back/*.scm base/*.scm fggen/*.scm fgopt/*.scm \