* Makefile (distribute): Add it.
* Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
(tests): Depend on .symlist file for each $(install-lib.so-versioned).
- [! subdir] (tests): Depend on libc.symlist.
- (generated): Add those files.
+ [$(subdir) = elf] (tests): Depend on libc.symlist.
+ (generated, common-generated): Add those files.
+
* aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
* configure: Regenerated.
* config.make.in (OBJDUMP): New variable, substituted by configure.
tests: $(patsubst %.so,$(objpfx)%.symlist,$(install-lib.so-versioned))
generated += $(install-lib.so-versioned:.so=.symlist)
-ifndef subdir
-tests: $(objpfx)libc.symlist
-generated += libc.symlist
+ifeq ($(subdir),elf)
+tests: $(common-objpfx)libc.symlist
+common-generated += libc.symlist
endif
endif
\f