From f5a01ca927f9141606276b05ad87974593a608a1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 May 2012 13:30:55 -0700 Subject: Redirect check-localplt output to check-localplt.out. --- elf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elf/Makefile') diff --git a/elf/Makefile b/elf/Makefile index 0b5359f49f..57dcab0685 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -958,7 +958,8 @@ $(objpfx)check-localplt.out: $(..)scripts/check-localplt.awk \ $(localplt-built-dso:=.jmprel) \ $(check-data) LC_ALL=C $(AWK) -f $(filter-out $< $(check-data),$^) | \ - LC_ALL=C $(AWK) -f $< $(check-data) - + LC_ALL=C $(AWK) -f $< $(check-data) - \ + > $@ endif $(objpfx)tst-dlopenrpathmod.so: $(libdl) -- cgit 1.4.1