mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
* Makerules (%.dynsym): Remove $(objpfx) from target and dep.
(%.symlist): Likewise.
This commit is contained in:
parent
a5da623834
commit
6c0b2972dc
@ -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>
|
||||
|
||||
* scripts/abilist.awk: New file.
|
||||
|
@ -1079,7 +1079,7 @@ ifeq ($(versioning),yes)
|
||||
# Generate normalized lists of symbols, versions, and data sizes.
|
||||
# This is handy for checking against existing library binaries.
|
||||
|
||||
$(objpfx)%.symlist: $(..)scripts/abilist.awk $(objpfx)%.dynsym
|
||||
%.symlist: $(..)scripts/abilist.awk %.dynsym
|
||||
$(AWK) -f $^ > $@T
|
||||
mv -f $@T $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user