2002-11-14 Roland McGrath <roland@redhat.com>

* Makerules (%.dynsym): Remove $(objpfx) from target and dep.
This commit is contained in:
Roland McGrath 2002-11-14 20:25:45 +00:00
parent 29923dfd15
commit a5da623834
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@