about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-04-06 17:32:29 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-06 17:32:29 -0700
commit8824d4aa66d0bf343eac5176ebd0f5601462b677 (patch)
treef6e10a1b489d14098efddcbe2c05da1a91316d91
parent2e7c805d5ec1f0d2f46354bca65b1feffa7af63b (diff)
downloadglibc-8824d4aa66d0bf343eac5176ebd0f5601462b677.tar.gz
glibc-8824d4aa66d0bf343eac5176ebd0f5601462b677.tar.xz
glibc-8824d4aa66d0bf343eac5176ebd0f5601462b677.zip
Fix libc-abis handling for add-ons.
-rw-r--r--ChangeLog4
-rw-r--r--Makerules3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 48bdfecec4..71652e44d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-06  Joseph Myers  <joseph@codesourcery.com>
+
+	* Makerules (libc-abis): Fix search for libc-abis in add-ons.
+
 2010-04-05  Thomas Schwinge  <thomas@schwinge.name>
 
 	* sysdeps/gnu/unwind-resume.c: New, moved from nptl/sysdeps/pthread/.
diff --git a/Makerules b/Makerules
index d5ff383770..debac299c2 100644
--- a/Makerules
+++ b/Makerules
@@ -111,7 +111,8 @@ endif # $(versioning) = yes
 
 ifndef avoid-generated
 before-compile := $(common-objpfx)libc-abis.h $(before-compile)
-libc-abis := $(firstword $(wildcard $(foreach D,$(add-ons), $(..)libc-abis)) \
+libc-abis := $(firstword $(wildcard $(foreach D,$(add-ons), \
+				    $(..)$D/libc-abis)) \
 			 libc-abis)
 $(common-objpfx)libc-abis.h: $(..)scripts/gen-libc-abis $(libc-abis)
 	$(SHELL) $(..)scripts/gen-libc-abis \