summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-05-01 13:30:55 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-01 13:30:55 -0700
commitf5a01ca927f9141606276b05ad87974593a608a1 (patch)
treec9dd100bac61a1fb8b7ded84912d3ab8e2002120 /elf
parent90fe4186b377c7bda6788ddd8607c9f30a027355 (diff)
Redirect check-localplt output to check-localplt.out.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile3
1 files changed, 2 insertions, 1 deletions
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)