From 6c0b2972dc2d92093a42d5f9bb6857fb65b1b078 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Nov 2002 20:26:56 +0000 Subject: * Makerules (%.dynsym): Remove $(objpfx) from target and dep. (%.symlist): Likewise. --- ChangeLog | 5 +++++ Makerules | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f776a7af9a..6a643229a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-14 Roland McGrath + + * Makerules (%.dynsym): Remove $(objpfx) from target and dep. + (%.symlist): Likewise. + 2002-11-13 Roland McGrath * 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 $@ -- cgit 1.4.1