* modules/crc (Makefile.am): Add the $(AM_V_GEN) prefix before the
command.
+2025-01-12 Collin Funk <collin.funk1@gmail.com>
+
+ crc: Respect Automake's silent-rules.
+ * modules/crc (Makefile.am): Add the $(AM_V_GEN) prefix before the
+ command.
+
2025-01-12 Pádraig Brady <P@draigBrady.com>
progname: also set program_invocation_short_name
# $(AM_LDFLAGS). And do the compilation in a temporary directory, where
# gnulib-generated stdio.h and stdlib.h files are not visible.
$(srcdir)/crc-sliceby8.h: $(srcdir)/crc-generate-table.c
- if test -n '$(BUILD_CC)'; then \
+ $(AM_V_GEN)if test -n '$(BUILD_CC)'; then \
$(MKDIR_P) '%reldir%/crc-tmp' \
&& abs_srcdir=`cd $(srcdir)/. && pwd` \
&& (cd '%reldir%/crc-tmp' \