From f590489e28c102cc3c39f6b9dde219a305d9c419 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Wed, 5 Oct 1994 02:25:40 +0000 Subject: [PATCH] (prefix, exec_prefix): Let configure set them. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 58cb48d..21bf443 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,8 +44,8 @@ LIBS = @LIBS@ # the GNU alloca.o here. ALLOCA = @ALLOCA@ -prefix = /usr/local -exec_prefix = $(prefix) +prefix = @prefix@ +exec_prefix = @prefix@ # where the installed binary goes bindir = $(exec_prefix)/bin -- 2.7.4