about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2018-09-26 10:11:43 +0200
committerAndreas Schwab <schwab@suse.de>2018-09-26 10:13:13 +0200
commit4634128642f47da6542a4b73f8ff770d6b0765e5 (patch)
tree75b638d5afa420d2a18f49d5f2204987543d9a27 /Makefile
parentb5c45e83753b27dc538dff2d55d4410c385cf3a4 (diff)
downloadglibc-4634128642f47da6542a4b73f8ff770d6b0765e5.tar.gz
glibc-4634128642f47da6542a4b73f8ff770d6b0765e5.tar.xz
glibc-4634128642f47da6542a4b73f8ff770d6b0765e5.zip
Remove leading space from testrun.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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