From ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 2 Jul 2011 15:52:51 -0700 Subject: Rewrite local headers check to be more robust and informative. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aac2557..287f671 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 \ -- cgit v1.1