Fix non-add-on handling of libc-abis.
This commit is contained in:
parent
8824d4aa66
commit
76b667f12d
@ -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.
|
||||
|
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user