diff options
author | Roland McGrath <roland@gnu.org> | 2008-08-19 00:19:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-08-19 00:19:03 +0000 |
commit | 13074b5b5ad49a84c56a7e83070edfc9f44d6a13 (patch) | |
tree | ec60e747f83175a2909b5193b85241f8093ed27c /elf | |
parent | 58801a0e56202ba89916c05a63a5e3c5e9769baf (diff) | |
download | glibc-13074b5b5ad49a84c56a7e83070edfc9f44d6a13.zip glibc-13074b5b5ad49a84c56a7e83070edfc9f44d6a13.tar.gz glibc-13074b5b5ad49a84c56a7e83070edfc9f44d6a13.tar.bz2 |
* Makefile (check-data): Check data directory in add-ons.
* elf/Makefile (check-data): Likewise.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index b89528c..c25a0c4 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -841,8 +841,8 @@ $(objpfx)tst-dlmodcount: $(libdl) $(objpfx)tst-dlmodcount.out: $(test-modules) check-data := $(firstword $(wildcard \ - $(foreach D,$(add-ons) scripts/data,\ - $(patsubst %,$(..)$D/localplt-%.data,\ + $(foreach D,$(add-ons) scripts,\ + $(patsubst %,$(..)$D/data/localplt-%.data,\ $(abi-name) \ $(addsuffix -$(config-os),\ $(config-machine) \ |