From 4634128642f47da6542a4b73f8ff770d6b0765e5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 26 Sep 2018 10:11:43 +0200 Subject: Remove leading space from testrun.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3df55e689a..b4703e48fe 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ endef # the current libc build for testing. $(common-objpfx)testrun.sh: $(common-objpfx)config.make \ $(..)Makeconfig $(..)Makefile - $(file >$@T, $(testrun-script)) + $(file >$@T,$(testrun-script)) chmod a+x $@T mv -f $@T $@ postclean-generated += testrun.sh -- cgit 1.4.1