From: Roland McGrath Date: Thu, 14 Nov 2002 04:19:34 +0000 (+0000) Subject: [$(subdir) = elf] (tests): Depend on libc.symlist. X-Git-Tag: cvs/initial~71 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c9e032d55f9f17fd8624d610c0290c9aa3fae42d;p=glibc.git [$(subdir) = elf] (tests): Depend on libc.symlist. (generated, common-generated): Add those files. --- diff --git a/ChangeLog b/ChangeLog index f45670ab0b..f776a7af9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/Makerules b/Makerules index 1fab920a0a..65b7f0a1bc 100644 --- a/Makerules +++ b/Makerules @@ -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