Makefile: Hide deplist echo

This commit is contained in:
Wilson Snyder 2025-11-16 17:16:14 -05:00
parent 19d5adcbdf
commit 382d90e03e
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ endif
# Truncate the dependency list file used in the %.a target above.
%.verilator_deplist.tmp:
echo "" > $@
@echo "" > $@
$(VM_PREFIX)__ALL.a: $(VK_OBJS) $(VM_HIER_LIBS)