about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makerules2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f776a7af9a..6a643229a9 100644
--- 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.
diff --git a/Makerules b/Makerules
index 61f847bf2f..5508827134 100644
--- 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 $@