From b05aadfd943b1f6cec76e45341356c78697226fc Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 11 Nov 2000 00:38:40 +0000 Subject: [PATCH] Configure bindir and libdir --- vvm/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vvm/Makefile.in b/vvm/Makefile.in index dbb9ac81d..dcaeb4c11 100644 --- a/vvm/Makefile.in +++ b/vvm/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.38 2000/10/28 17:27:59 steve Exp $" +#ident "$Id: Makefile.in,v 1.39 2000/11/11 00:38:40 steve Exp $" # # SHELL = /bin/sh @@ -31,8 +31,8 @@ srcdir = @srcdir@ VPATH = $(srcdir) -bindir = $(exec_prefix)/bin -libdir = $(exec_prefix)/lib +bindir = @bindir@ +libdir = @libdir@ includedir = $(prefix)/include CC = @CC@ -I$(srcdir) -I$(srcdir)/../vpi