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:
745df11
)
Use autoconf for top-level Makefile.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 8 Dec 2000 19:23:39 +0000
(19:23 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 8 Dec 2000 19:23:39 +0000
(19:23 +0000)
v7/src/Makefile.in
patch
|
blob
|
history
diff --git
a/v7/src/Makefile.in
b/v7/src/Makefile.in
index 3ed3b77be18440999adb51f91008151f7200989a..4e8c041732f4020da924d81d543a9e9db475b1f6 100644
(file)
--- a/
v7/src/Makefile.in
+++ b/
v7/src/Makefile.in
@@
-1,4
+1,4
@@
-# $Id: Makefile.in,v 1.1
0 2000/12/08 19:21:34
cph Exp $
+# $Id: Makefile.in,v 1.1
1 2000/12/08 19:23:39
cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
@@
-49,6
+49,7
@@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
+LN_S = @LN_S@
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs