Fix non-add-on handling of libc-abis.

This commit is contained in:
H.J. Lu 2010-04-07 06:38:35 -07:00 committed by Ulrich Drepper
parent 8824d4aa66
commit 76b667f12d
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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) \