From e6a43fc127a29c953e30183d49b485be7261cf5e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 1 Jul 2008 16:10:09 -0400 Subject: [PATCH] Fix verilator_includer not being installed into where verilated.mk.in expects --- Changes | 2 ++ Makefile.in | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Changes b/Changes index b1a8db573..04f077caf 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,8 @@ indicates the contributor was also the author of the fix; Thanks! *** Add $random. +**** Fix verilator_includer not being installed properly. [Holger Waechtler] + **** Internal changes to how $displays get compiled and executed. * Verilator 3.665 2008/06/25 diff --git a/Makefile.in b/Makefile.in index 08d8195d4..c60f18eb2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -222,6 +222,8 @@ README: readme.texi # See uninstall also VL_INST_BIN_FILES = verilator verilator_bin verilator_bin_dbg \ verilator_includer verilator_profcfunc +# Some scripts go into both the search path and pkgdatadir, +# so they can be found by the user, and under $VERILATOR_ROOT. installbin: $(SHELL) ${srcdir}/mkinstalldirs $(DESTDIR)$(bindir) ( cd bin ; $(INSTALL_PROGRAM) verilator $(DESTDIR)$(bindir)/verilator ) @@ -229,6 +231,8 @@ installbin: ( cd bin ; $(INSTALL_PROGRAM) verilator_profcfunc $(DESTDIR)$(bindir)/verilator_profcfunc ) ( $(INSTALL_PROGRAM) verilator_bin $(DESTDIR)$(bindir)/verilator_bin ) ( $(INSTALL_PROGRAM) verilator_bin_dbg $(DESTDIR)$(bindir)/verilator_bin_dbg ) + $(SHELL) ${srcdir}/mkinstalldirs $(DESTDIR)$(pkgdatadir)/bin + ( cd bin ; $(INSTALL_PROGRAM) verilator_includer $(DESTDIR)$(pkgdatadir)/bin/verilator_includer ) VL_INST_MAN_FILES = verilator.1 installman: