Explorar el Código

Makefile.am: followup to #21995, recheck target should call recheck in sub-directories

Nathalie Furmento hace 8 años
padre
commit
2f4bb36e29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -189,7 +189,7 @@ include starpu-top/extradist
 recheck:
 	RET=0 ; \
 	for i in $(SUBDIRS) ; do \
-		make -C $$i showcheck || RET=1 ; \
+		make -C $$i recheck || RET=1 ; \
 	done ; \
 	exit $$RET