diff --git a/tgt-fpga/Makefile.in b/tgt-fpga/Makefile.in index fc9d58689..d2fd48b8d 100644 --- a/tgt-fpga/Makefile.in +++ b/tgt-fpga/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.5 2002/08/12 00:27:10 steve Exp $" +#ident "$Id: Makefile.in,v 1.6 2002/11/05 02:14:41 steve Exp $" # # SHELL = /bin/sh @@ -79,7 +79,7 @@ check: all install: all installdirs $(libdir)/ivl/fpga.tgt $(libdir)/ivl/fpga.tgt: ./fpga.tgt - $(INSTALL_DATA) ./fpga.tgt $(libdir)/ivl/fpga.tgt + $(INSTALL_PROGRAM) ./fpga.tgt $(libdir)/ivl/fpga.tgt installdirs: ../mkinstalldirs diff --git a/tgt-null/Makefile.in b/tgt-null/Makefile.in index d39a475fc..f1837739b 100644 --- a/tgt-null/Makefile.in +++ b/tgt-null/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.6 2001/11/17 17:57:58 steve Exp $" +#ident "$Id: Makefile.in,v 1.7 2002/11/05 02:14:41 steve Exp $" # # SHELL = /bin/sh @@ -74,7 +74,7 @@ distclean: clean install: all installdirs $(libdir)/ivl/null.tgt $(libdir)/ivl/null.tgt: ./null.tgt - $(INSTALL_DATA) ./null.tgt $(libdir)/ivl/null.tgt + $(INSTALL_PROGRAM) ./null.tgt $(libdir)/ivl/null.tgt installdirs: ../mkinstalldirs diff --git a/tgt-pal/Makefile.in b/tgt-pal/Makefile.in index 60616e098..4099fc37b 100644 --- a/tgt-pal/Makefile.in +++ b/tgt-pal/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.8 2001/11/17 17:57:58 steve Exp $" +#ident "$Id: Makefile.in,v 1.9 2002/11/05 02:14:41 steve Exp $" # # SHELL = /bin/sh @@ -71,7 +71,7 @@ clean: install: all installdirs $(libdir)/ivl/pal.tgt $(libdir)/ivl/pal.tgt: ./pal.tgt - $(INSTALL_DATA) ./pal.tgt $(libdir)/ivl/pal.tgt + $(INSTALL_PROGRAM) ./pal.tgt $(libdir)/ivl/pal.tgt installdirs: ../mkinstalldirs diff --git a/tgt-stub/Makefile.in b/tgt-stub/Makefile.in index 1cd0f279b..34009a658 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.9 2001/11/17 17:57:58 steve Exp $" +#ident "$Id: Makefile.in,v 1.10 2002/11/05 02:14:41 steve Exp $" # # SHELL = /bin/sh @@ -72,7 +72,7 @@ install: all installdirs $(libdir)/ivl/stub.tgt \ $(includedir)/vpi_user.h $(libdir)/ivl/stub.tgt: ./stub.tgt - $(INSTALL_DATA) ./stub.tgt $(libdir)/ivl/stub.tgt + $(INSTALL_PROGRAM) ./stub.tgt $(libdir)/ivl/stub.tgt installdirs: ../mkinstalldirs diff --git a/tgt-verilog/Makefile.in b/tgt-verilog/Makefile.in index d01201883..35836e82b 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.8 2001/11/17 17:57:58 steve Exp $" +#ident "$Id: Makefile.in,v 1.9 2002/11/05 02:14:41 steve Exp $" # # SHELL = /bin/sh @@ -71,7 +71,7 @@ install: all installdirs $(libdir)/ivl/verilog.tgt \ $(includedir)/vpi_user.h $(libdir)/ivl/verilog.tgt: ./verilog.tgt - $(INSTALL_DATA) ./verilog.tgt $(libdir)/ivl/verilog.tgt + $(INSTALL_PROGRAM) ./verilog.tgt $(libdir)/ivl/verilog.tgt installdirs: ../mkinstalldirs diff --git a/tgt-vvp/Makefile.in b/tgt-vvp/Makefile.in index 2a103ec97..8ea66c2e7 100644 --- a/tgt-vvp/Makefile.in +++ b/tgt-vvp/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.11 2002/09/27 16:33:34 steve Exp $" +#ident "$Id: Makefile.in,v 1.12 2002/11/05 02:14:41 steve Exp $" # # SHELL = /bin/sh @@ -78,7 +78,7 @@ check: all install: all installdirs $(libdir)/ivl/vvp.tgt $(libdir)/ivl/vvp.tgt: ./vvp.tgt - $(INSTALL_DATA) ./vvp.tgt $(libdir)/ivl/vvp.tgt + $(INSTALL_PROGRAM) ./vvp.tgt $(libdir)/ivl/vvp.tgt installdirs: ../mkinstalldirs