Remove indirection in stdio-common tests dependencies.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 12 Feb 2014 22:19:20 +0000 (22:19 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 12 Feb 2014 22:19:20 +0000 (22:19 +0000)
commita2c4c1991d11811c054fa7d380d522865741fd86
tree75f770f9ad66e9edbb04028f2292a4effb446d14
parent8756f74004e73ce9276b9ab698f5043f6e7ffcd7
Remove indirection in stdio-common tests dependencies.

stdio-common/Makefile has the tests target depend on two test output
files indirectly through rules do-tst-unbputc and do-tst-printf.  I
see no reason for such an indirection, and everywhere else the tests
just depend on the output files directly, so this patch removes the
indirection.

Tested x86_64.

* stdio-common/Makefile (do-tst-unbputc): Remove target.
(do-tst-printf): Likewise.
(tests): Depend directly on $(objpfx)tst-unbputc.out and
$(objpfx)tst-printf.out.
ChangeLog
stdio-common/Makefile