summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-24 18:16:42 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-24 18:16:42 +0000
commit16feadf264b6508bc5583a56a2c7a7aaafc1e383 (patch)
treeec461d3780d78320b64f9e5772feda4f0a821525 /Makefile
parentbd547139c77f2f3bb581d329e70c2c5cd246a3ab (diff)
[BZ #1920]
005-11-24 Jakub Jelinek <jakub@redhat.com> [BZ #1920] * sysdeps/pthread/pthread.h (__pthread_unwind_next): Use __attribute__ instead of __attribute. * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (__cleanup_fct_attribute): Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2d0b1bed0..3a20a7fc22 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,7 @@ mostlyclean: parent-mostlyclean
tests-clean:
@$(MAKE) subdir_testclean no_deps=t
-tests: $(objpfx)c++-types-check.out
+tests: $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out
ifneq ($(CXX),no)
check-data := $(firstword $(wildcard \
$(foreach M,$(config-machine) $(base-machine),\
@@ -250,6 +250,9 @@ $(objpfx)c++-types-check.out:
endif
endif
+$(objpfx)check-local-headers.out: scripts/check-local-headers.sh
+ scripts/check-local-headers.sh "$(includedir)" "$(objpfx)" > $@
+
ifneq ($(PERL),no)
installed-headers = argp/argp.h assert/assert.h catgets/nl_types.h \
crypt/crypt.h ctype/ctype.h debug/execinfo.h \