]> sourceware.org Git - glibc.git/commitdiff
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 71652e44d55ee48ddf60fc45487a420fb350f8b8..e46656b1b403ac8ed568f19dc36be326848baec5 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 debac299c2072245a51cf6a042960987b19d00a2..9c15a27a5df041644789387e3e29dccd40fc19bf 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) \
This page took 0.058482 seconds and 5 git commands to generate.