perl-module: Make perl_module_tarball rule quieter.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Oct 2010 13:55:29 +0000 (06:55 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Oct 2010 13:55:29 +0000 (06:55 -0700)
This rule echoes what it is doing, so it seems to me that it was intended
to be silent.

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 ;\