diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 5d9dabde9c..819d336da0 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -579,6 +579,7 @@ tests: $(objpfx)check-textrel.out $(objpfx)check-textrel.out: $(objpfx)check-textrel $(dir $<)$(notdir $<) $(common-objpfx)libc.so \ - $(wildcard $(common-objpfx)/*/lib*.so) > $@ + $(sort $(wildcard $(common-objpfx)*/lib*.so \ + $(common-objpfx)iconvdata/*.so)) > $@ generated += check-textrel check-textrel.out endif |