diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 0b5359f..57dcab0 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) |