[$(subdir) = elf] (tests): Depend on libc.symlist.

(generated, common-generated): Add those files.
This commit is contained in:
Roland McGrath 2002-11-14 04:19:34 +00:00
parent 6e3d59bc05
commit c9e032d55f
2 changed files with 6 additions and 5 deletions

View File

@ -4,8 +4,9 @@
* 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.

View File

@ -1090,9 +1090,9 @@ $(objpfx)%.dynsym: $(objpfx)%.so
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