From 8fc420f4fa18a92eedd6bb7b34c8bc36ee2bac41 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 25 Nov 2011 17:17:19 +0100 Subject: typo --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 86acb64a6ed5..8ea483d95afa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,7 +62,7 @@ check : allcheck @true %check: - @ @GNUMAKE@ -f $(dir $(realpath $(firstword $)MAKEFILE_LIST))))/GNUmakefile.mk -r \ + @ @GNUMAKE@ -f $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/GNUmakefile.mk -r \ $(if @VERBOSE@,,-s) --jobs="$(if \ $(CHECK_PARALLELISM),$(CHECK_PARALLELISM),@GMAKE_PARALLELISM@)" \ $(patsubst allcheck,check,$@) -- cgit