From 57dba3f934c6ad0c0fa699e944c4eaa267ac9e6a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 8 Dec 2000 19:23:39 +0000 Subject: [PATCH] Use autoconf for top-level Makefile. --- v7/src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index 3ed3b77be..4e8c04173 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -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 -- 2.25.1