Fix non-add-on handling of libc-abis.
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 7 Apr 2010 13:38:35 +0000 (06:38 -0700)
committerUlrich Drepper <drepper@redhat.com>
Wed, 7 Apr 2010 13:38:35 +0000 (06:38 -0700)
ChangeLog
Makerules

index 71652e4..e46656b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makerules (libc-abis): Add $(..) to libc-abis.
+
 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
 
        * Makerules (libc-abis): Fix search for libc-abis in add-ons.
index debac29..9c15a27 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -113,7 +113,7 @@ ifndef avoid-generated
 before-compile := $(common-objpfx)libc-abis.h $(before-compile)
 libc-abis := $(firstword $(wildcard $(foreach D,$(add-ons), \
                                    $(..)$D/libc-abis)) \
-                        libc-abis)
+                        $(..)libc-abis)
 $(common-objpfx)libc-abis.h: $(..)scripts/gen-libc-abis $(libc-abis)
        $(SHELL) $(..)scripts/gen-libc-abis \
                 $(base-machine)-$(config-vendor)-$(config-os) \