* Makerules (%.dynsym): Remove $(objpfx) from target and dep.
authorRoland McGrath <roland@gnu.org>
Thu, 14 Nov 2002 20:26:56 +0000 (20:26 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 14 Nov 2002 20:26:56 +0000 (20:26 +0000)
(%.symlist): Likewise.

ChangeLog
Makerules

index f776a7af9a6e3b69d961860c0aa35a437d34706b..6a643229a927c016306a5f48500f3883afb2782e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 61f847bf2f8b278b64ad717582f7f49eb5b67f5d..55088271346c7f9ce24346503f864341176c9253 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -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 $@