about summary refs log tree commit diff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2017-08-07 17:11:10 +0200
committerAndreas Schwab <schwab@suse.de>2017-08-07 18:13:36 +0200
commitd5afb38503b20d67348071b9ed105238b8da0e11 (patch)
tree80182875a21ea9f90be9d5b40b72d5cf443f4315 /malloc/Makefile
parent57a72fa3502673754d14707da02c7c44e83b8d20 (diff)
downloadglibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.gz
glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.xz
glibc-d5afb38503b20d67348071b9ed105238b8da0e11.zip
Fix missing redirects in testsuite targets
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 3fa395b949..50b487eeb5 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -177,7 +177,7 @@ ifeq (yes,$(build-shared))
 ifneq ($(PERL),no)
 $(objpfx)tst-mtrace.out: tst-mtrace.sh $(objpfx)tst-mtrace
 	$(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
-		 '$(run-program-env)' '$(test-program-prefix-after-env)' ; \
+		 '$(run-program-env)' '$(test-program-prefix-after-env)' > $@; \
 	$(evaluate-test)
 endif
 endif