From 8a6f9f2bd1f2c2a11f28fcb7a5e0642687863e72 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 30 Oct 1996 15:01:04 +0000 Subject: Fix fatal alloca bug. svn path=/trunk/; revision=436 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e63f53a4..b9ff7c45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,7 +62,7 @@ manext = 1 mandir = @mandir@/man$(manext) # Program to install `make'. -INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s # Program to install the man page. INSTALL_DATA = @INSTALL_DATA@ # Generic install program. -- cgit v1.2.3