summaryrefslogtreecommitdiff
path: root/stdlib
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 /stdlib
parent57a72fa3502673754d14707da02c7c44e83b8d20 (diff)
Fix missing redirects in testsuite targets
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 0314d5926b..4d90e14fd8 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -177,7 +177,7 @@ bug-fmtmsg1-ENV = SEV_LEVEL=foo,11,newsev
$(objpfx)isomac.out: $(objpfx)isomac
$(dir $<)$(notdir $<) '$(CC)' \
- '-I../include $(+sysdep-includes) $(sysincludes) -I..' > $<.out; \
+ '-I../include $(+sysdep-includes) $(sysincludes) -I..' > $@; \
$(evaluate-test)
isomac-CFLAGS = -O
@@ -187,7 +187,7 @@ $(objpfx)isomac: isomac.c
$(objpfx)tst-fmtmsg.out: tst-fmtmsg.sh $(objpfx)tst-fmtmsg
$(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
'$(run-program-env)' '$(test-program-prefix-after-env)' \
- $(common-objpfx)stdlib/; \
+ $(common-objpfx)stdlib/ > $@; \
$(evaluate-test)
$(objpfx)tst-putenv: $(objpfx)tst-putenvmod.so
@@ -216,7 +216,7 @@ $(objpfx)tst-tls-atexit-nodelete.out: $(objpfx)tst-tls-atexit-lib.so
$(objpfx)tst-setcontext3.out: tst-setcontext3.sh $(objpfx)tst-setcontext3
$(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
'$(run-program-env)' '$(test-program-prefix-after-env)' \
- $(common-objpfx)stdlib/; \
+ $(common-objpfx)stdlib/ > $@; \
$(evaluate-test)
$(objpfx)tst-makecontext: $(libdl)