From: David MacKenzie Date: Wed, 5 Oct 1994 02:25:40 +0000 (+0000) Subject: (prefix, exec_prefix): Let configure set them. X-Git-Tag: GNU_ORIG~67 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f590489e28c102cc3c39f6b9dde219a305d9c419?ds=inline (prefix, exec_prefix): Let configure set them. --- diff --git a/Makefile.in b/Makefile.in index 58cb48d0..21bf4439 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