mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
2002-11-14 Roland McGrath <roland@redhat.com>
* Makerules (%.dynsym): Remove $(objpfx) from target and dep.
This commit is contained in:
parent
29923dfd15
commit
a5da623834
@ -1083,7 +1083,7 @@ $(objpfx)%.symlist: $(..)scripts/abilist.awk $(objpfx)%.dynsym
|
|||||||
$(AWK) -f $^ > $@T
|
$(AWK) -f $^ > $@T
|
||||||
mv -f $@T $@
|
mv -f $@T $@
|
||||||
|
|
||||||
$(objpfx)%.dynsym: $(objpfx)%.so
|
%.dynsym: %.so
|
||||||
$(OBJDUMP) --dynamic-syms $< > $@T
|
$(OBJDUMP) --dynamic-syms $< > $@T
|
||||||
mv -f $@T $@
|
mv -f $@T $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user