]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-11-14 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Thu, 14 Nov 2002 20:25:45 +0000 (20:25 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 14 Nov 2002 20:25:45 +0000 (20:25 +0000)
* Makerules (%.dynsym): Remove $(objpfx) from target and dep.

Makerules

index 65b7f0a1bc780064a461c4521c0c0a578282378f..61f847bf2f8b278b64ad717582f7f49eb5b67f5d 100644 (file)
--- 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 $@