Makefiles: Add $(AM_V_GEN) and $(AM_V_at) to a few more rules.
[pspp] / src / libpspp / automake.mk
index e6ebd251e1741898fcb3b158b0098eeeca8b7884..ca8bac6b4996ec71126c423113039c7c32c2d82b 100644 (file)
@@ -129,4 +129,4 @@ src/libpspp/version.c: $(top_srcdir)/AUTHORS Makefile
        $(AM_V_at)echo "const char *const authors[] = {" >> $@,tmp
        $(AM_V_at)$(SED) -e 's/^/  \"/' -e 's/$$/\",/' $(top_srcdir)/AUTHORS >> $@,tmp
        $(AM_V_at)echo "0 };" >> $@,tmp
-       mv $@,tmp $@
+       $(AM_V_at)mv $@,tmp $@