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 /libio | |
parent | x86-64: Add FMA multiarch functions to libm (diff) | |
download | glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.gz glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.bz2 glibc-d5afb38503b20d67348071b9ed105238b8da0e11.zip |
Fix missing redirects in testsuite targets
Diffstat (limited to 'libio')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index a002a3365c..9d09bd8b6a 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -203,7 +203,7 @@ endif $(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \ - $(common-objpfx)libio/; \ + $(common-objpfx)libio/ > $@; \ $(evaluate-test) $(objpfx)tst-fopenloc-cmp.out: ../iconvdata/testdata/ISO-8859-1..UTF8 \ |