Use autoconf for top-level Makefile.
authorChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 19:23:39 +0000 (19:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 19:23:39 +0000 (19:23 +0000)
v7/src/Makefile.in

index 3ed3b77be18440999adb51f91008151f7200989a..4e8c041732f4020da924d81d543a9e9db475b1f6 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.10 2000/12/08 19:21:34 cph Exp $
+# $Id: Makefile.in,v 1.11 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