diff --git a/Changes b/Changes index 8f0ce571c..704c39765 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,8 @@ indicates the contributor was also the author of the fix; Thanks! **** The front end parser has been re-factored to enable more SV parsing. Code should parse the same, but minor parsing bugs may pop up now. +**** Verilator_includer is no longer installed twice, bug48. [Lane Brooks] + **** Fix escaped identifiers with '.' causing conflicts, bug83. [J Baxter] * Verilator 3.703 2009/05/02 diff --git a/Makefile.in b/Makefile.in index 30cc45262..b03cf9a37 100644 --- a/Makefile.in +++ b/Makefile.in @@ -231,7 +231,6 @@ VL_INST_BIN_FILES = verilator verilator_bin verilator_bin_dbg \ installbin: $(SHELL) ${srcdir}/mkinstalldirs $(DESTDIR)$(bindir) ( cd bin ; $(INSTALL_PROGRAM) verilator $(DESTDIR)$(bindir)/verilator ) - ( cd bin ; $(INSTALL_PROGRAM) verilator_includer $(DESTDIR)$(bindir)/verilator_includer ) ( 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 )