X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2Fautomake.mk;h=93b9bc0ec1887459c7f6e6212665e585a9e75a6f;hb=c58173ea116eed59ce96a4b233f2d2d8ceb50b26;hp=ca27abdd39fbf45dd1e3baaba316ee8a49dec8d8;hpb=a18f273584d09ca309c2cc983027fa444a6f488e;p=pspp-builds.git diff --git a/perl-module/automake.mk b/perl-module/automake.mk index ca27abdd..93b9bc0e 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -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 ;\