* 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 f776a7a..6a64322 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 61f847b..5508827 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 $@