summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-14 20:25:45 +0000
committerRoland McGrath <roland@gnu.org>2002-11-14 20:25:45 +0000
commita5da6238347f2756c710fbc0382d7d29bf045d03 (patch)
tree7d1b79a700b622c6a56cddcc15c1c582946a68da /Makerules
parent29923dfd15dcda91eec6f94c1b4f38de65fdb4e6 (diff)
2002-11-14 Roland McGrath <roland@redhat.com>
* Makerules (%.dynsym): Remove $(objpfx) from target and dep.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 65b7f0a1bc..61f847bf2f 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 $@