Browse Source

Add missing backslash

pre-master-46
Holger 1 year ago
parent
commit
114bda2941
  1. 2
      src/xspice/Makefile.am

2
src/xspice/Makefile.am

@ -2,7 +2,7 @@
EXTRA_DIST = README examples icm xspice.c .gitignore \ EXTRA_DIST = README examples icm xspice.c .gitignore \
verilog/vlnggen \ verilog/vlnggen \
verilog/verilator_shim.cpp verilog/verilator_main.cpp
verilog/verilator_shim.cpp verilog/verilator_main.cpp \
verilog/libvvp.def verilog/MSVC.CMD verilog/README.txt verilog/libvvp.def verilog/MSVC.CMD verilog/README.txt
## This is removed because icm relies upon the existance of all other ## This is removed because icm relies upon the existance of all other

Loading…
Cancel
Save