diff options
author | Andreas Schwab <schwab@suse.de> | 2017-08-07 17:11:10 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2017-08-07 18:13:36 +0200 |
commit | d5afb38503b20d67348071b9ed105238b8da0e11 (patch) | |
tree | 80182875a21ea9f90be9d5b40b72d5cf443f4315 /stdlib/Makefile | |
parent | 57a72fa3502673754d14707da02c7c44e83b8d20 (diff) | |
download | glibc-d5afb38503b20d67348071b9ed105238b8da0e11.zip glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.gz glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.bz2 |
Fix missing redirects in testsuite targets
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 0314d59..4d90e14 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) |