perl-module: Make perl_module_tarball rule quieter.
[pspp-builds.git] / perl-module / automake.mk
index ca27abdd39fbf45dd1e3baaba316ee8a49dec8d8..93b9bc0ec1887459c7f6e6212665e585a9e75a6f 100644 (file)
@@ -36,7 +36,7 @@ module-make: perl-module/Makefile
 
 ALL_LOCAL += perl_module_tarball
 perl_module_tarball: $(module_sources) src/libpspp-core.la
-       if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \
+       @if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \
         for f in $(module_sources); do \
          destdir=`dirname $$f` ;\
          mkdir -p $$destdir ;\