mirror of
https://github.com/verilator/verilator.git
synced 2025-04-25 10:06:54 +00:00
Verilator_includer is no longer installed twice, bug48.
This commit is contained in:
parent
592b2e76a8
commit
96d150e92d
2
Changes
2
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
|
||||
|
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user