Explorar o código

Avoid showing the message if we won't show it :)

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
5b425686c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -129,7 +129,7 @@ DISTCLEANFILES = STARPU-REVISION
 
 
 if STARPU_DEVEL
 if STARPU_DEVEL
 all-local:
 all-local:
-	if grep -r sys/time.h $$( find $(srcdir)/src $(srcdir)/mpi/src $(srcdir)/include -name \*.[ch] -a \! -name starpu_util.h ) ; \
+	@if grep -r sys/time.h $$( find $(srcdir)/src $(srcdir)/mpi/src $(srcdir)/include -name \*.[ch] -a \! -name starpu_util.h ) ; \
 	then \
 	then \
 		echo "Please do not include sys/time, it is not available on Windows, include starpu_util.h and use starpu_timing_now() instead" ; \
 		echo "Please do not include sys/time, it is not available on Windows, include starpu_util.h and use starpu_timing_now() instead" ; \
 		false ; \
 		false ; \