diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-07-02 15:52:51 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-07-02 15:52:51 -0700 |
commit | ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40 (patch) | |
tree | 7f734582fe608af5316458e08258bb5ad9d2304b /Makefile | |
parent | 1b74661a6b93a892ecb1c717dedeedba5c2a976c (diff) | |
download | glibc-ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40.tar glibc-ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40.tar.gz glibc-ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40.tar.bz2 glibc-ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40.zip |
Rewrite local headers check to be more robust and informative.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -284,7 +284,8 @@ endif endif $(objpfx)check-local-headers.out: scripts/check-local-headers.sh - scripts/check-local-headers.sh "$(includedir)" "$(objpfx)" > $@ + AWK='$(AWK)' scripts/check-local-headers.sh \ + "$(includedir)" "$(objpfx)" > $@ ifneq ($(PERL),no) installed-headers = argp/argp.h assert/assert.h catgets/nl_types.h \ |