From 197ed46b2676a3d2252399b58f6b34d4c3bb5e91 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 11 Nov 2000 00:48:35 +0000 Subject: [PATCH] configure bindir and libdir --- Makefile.in | 6 +++--- ivlpp/Makefile.in | 6 +++--- tgt-stub/Makefile.in | 6 +++--- tgt-verilog/Makefile.in | 6 +++--- vpi/Makefile.in | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile.in b/Makefile.in index 940a428d3..2a3417422 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.78 2000/10/28 22:35:58 steve Exp $" +#ident "$Id: Makefile.in,v 1.79 2000/11/11 00:48:35 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 dllib=@DLLIB@ diff --git a/ivlpp/Makefile.in b/ivlpp/Makefile.in index 59cf27bfb..1d09fd55b 100644 --- a/ivlpp/Makefile.in +++ b/ivlpp/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.7 2000/01/01 20:57:51 steve Exp $" +#ident "$Id: Makefile.in,v 1.8 2000/11/11 00:49: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@ diff --git a/tgt-stub/Makefile.in b/tgt-stub/Makefile.in index 7634bc1b1..0d66e4128 100644 --- a/tgt-stub/Makefile.in +++ b/tgt-stub/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.4 2000/10/15 21:02:08 steve Exp $" +#ident "$Id: Makefile.in,v 1.5 2000/11/11 00:51:21 steve Exp $" # # SHELL = /bin/sh @@ -29,8 +29,8 @@ srcdir = @srcdir@ VPATH = $(srcdir) -bindir = $(exec_prefix)/bin -libdir = $(exec_prefix)/lib +bindir = @bindir@ +libdir = @libdir@ includedir = $(prefix)/include CC = @CC@ diff --git a/tgt-verilog/Makefile.in b/tgt-verilog/Makefile.in index 7dcd2cb51..abbd2ae1c 100644 --- a/tgt-verilog/Makefile.in +++ b/tgt-verilog/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.3 2000/10/15 21:02:08 steve Exp $" +#ident "$Id: Makefile.in,v 1.4 2000/11/11 00:52:42 steve Exp $" # # SHELL = /bin/sh @@ -29,8 +29,8 @@ srcdir = @srcdir@ VPATH = $(srcdir) -bindir = $(exec_prefix)/bin -libdir = $(exec_prefix)/lib +bindir = @bindir@ +libdir = @libdir@ includedir = $(prefix)/include CC = @CC@ diff --git a/vpi/Makefile.in b/vpi/Makefile.in index a320d344a..bc126ac0d 100644 --- a/vpi/Makefile.in +++ b/vpi/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.18 2000/11/01 03:19:36 steve Exp $" +#ident "$Id: Makefile.in,v 1.19 2000/11/11 00:53:36 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@