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:
078ba1d
)
Fix broken logic.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 23:04:13 +0000
(23:04 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 23:04:13 +0000
(23:04 +0000)
v7/src/Makefile.std
patch
|
blob
|
history
diff --git
a/v7/src/Makefile.std
b/v7/src/Makefile.std
index 6a1712e7e111ce094c7b6e34a616c89c9f9f6ca3..af8699e1355b391ada4b47fab420a32d0f8664bf 100644
(file)
--- a/
v7/src/Makefile.std
+++ b/
v7/src/Makefile.std
@@
-1,4
+1,4
@@
-# $Id: Makefile.std,v 1.
6 2000/12/05 22:56:56
cph Exp $
+# $Id: Makefile.std,v 1.
7 2000/12/05 23:04:13
cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
@@
-27,9
+27,9
@@
all:
echo "No ALL action"
setup:
- test -f ed-ffi.scm \
-
&& test !
-f .edwin-ffi \
-
&&
ln -s ed-ffi.scm .edwin-ffi
+ test
!
-f ed-ffi.scm \
+
|| test
-f .edwin-ffi \
+
||
ln -s ed-ffi.scm .edwin-ffi
tags TAGS:
etags *.scm