* Makerules (%.dynsym): Remove $(objpfx) from target and dep.

(%.symlist): Likewise.
This commit is contained in:
Roland McGrath 2002-11-14 20:26:56 +00:00
parent a5da623834
commit 6c0b2972dc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-14 Roland McGrath <roland@redhat.com>
* Makerules (%.dynsym): Remove $(objpfx) from target and dep.
(%.symlist): Likewise.
2002-11-13 Roland McGrath <roland@redhat.com> 2002-11-13 Roland McGrath <roland@redhat.com>
* scripts/abilist.awk: New file. * scripts/abilist.awk: New file.

View File

@ -1079,7 +1079,7 @@ ifeq ($(versioning),yes)
# Generate normalized lists of symbols, versions, and data sizes. # Generate normalized lists of symbols, versions, and data sizes.
# This is handy for checking against existing library binaries. # This is handy for checking against existing library binaries.
$(objpfx)%.symlist: $(..)scripts/abilist.awk $(objpfx)%.dynsym %.symlist: $(..)scripts/abilist.awk %.dynsym
$(AWK) -f $^ > $@T $(AWK) -f $^ > $@T
mv -f $@T $@ mv -f $@T $@