From: Roland McGrath Date: Thu, 14 Nov 2002 20:25:45 +0000 (+0000) Subject: 2002-11-14 Roland McGrath X-Git-Tag: cvs/initial~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5da6238347f2756c710fbc0382d7d29bf045d03;p=thirdparty%2Fglibc.git 2002-11-14 Roland McGrath * Makerules (%.dynsym): Remove $(objpfx) from target and dep. --- diff --git a/Makerules b/Makerules index 65b7f0a1bc7..61f847bf2f8 100644 --- a/Makerules +++ b/Makerules @@ -1083,7 +1083,7 @@ $(objpfx)%.symlist: $(..)scripts/abilist.awk $(objpfx)%.dynsym $(AWK) -f $^ > $@T mv -f $@T $@ -$(objpfx)%.dynsym: $(objpfx)%.so +%.dynsym: %.so $(OBJDUMP) --dynamic-syms $< > $@T mv -f $@T $@