summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-07-02 15:52:51 -0700
committerRoland McGrath <roland@hack.frob.com>2011-07-02 15:52:51 -0700
commitea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40 (patch)
tree7f734582fe608af5316458e08258bb5ad9d2304b /Makefile
parent1b74661a6b93a892ecb1c717dedeedba5c2a976c (diff)
Rewrite local headers check to be more robust and informative.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aac255713d..287f671c17 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \