about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-08-19 00:19:03 +0000
committerRoland McGrath <roland@gnu.org>2008-08-19 00:19:03 +0000
commit13074b5b5ad49a84c56a7e83070edfc9f44d6a13 (patch)
treeec60e747f83175a2909b5193b85241f8093ed27c /Makefile
parent58801a0e56202ba89916c05a63a5e3c5e9769baf (diff)
downloadglibc-13074b5b5ad49a84c56a7e83070edfc9f44d6a13.tar.gz
glibc-13074b5b5ad49a84c56a7e83070edfc9f44d6a13.tar.xz
glibc-13074b5b5ad49a84c56a7e83070edfc9f44d6a13.zip
* Makefile (check-data): Check data directory in add-ons.
	* elf/Makefile (check-data): Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 437854ed33..8b405a4669 100644
--- a/Makefile
+++ b/Makefile
@@ -247,8 +247,8 @@ tests-clean:
 tests: $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out
 ifneq ($(CXX),no)
 check-data := $(firstword $(wildcard \
-	        $(foreach D,$(add-ons) scripts/data,\
-	        	  $(patsubst %,$D/c++-types-%.data,\
+	        $(foreach D,$(add-ons) scripts,\
+	        	  $(patsubst %,$D/data/c++-types-%.data,\
 			   	     $(abi-name) \
 			   	     $(addsuffix -$(config-os),\
 				     		 $(config-machine) \