diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-04-06 17:32:29 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-06 17:32:29 -0700 |
commit | 8824d4aa66d0bf343eac5176ebd0f5601462b677 (patch) | |
tree | f6e10a1b489d14098efddcbe2c05da1a91316d91 /Makerules | |
parent | 2e7c805d5ec1f0d2f46354bca65b1feffa7af63b (diff) | |
download | glibc-8824d4aa66d0bf343eac5176ebd0f5601462b677.tar.gz |
Fix libc-abis handling for add-ons.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |