+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.
# 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 $@