From 76c7357c007039cccdbc2de53478ee0243c66d38 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Wed, 31 Oct 2012 13:45:58 -0700 Subject: Fixed header clean target find call for Darwin BSD find too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec0fc30..063d613 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ generatedheaders: cleanheaders: @printf " CLEANING HEADERS\n" - $(Q)for yamlfile in `find -name 'irq.yaml'`; do \ + $(Q)for yamlfile in `find . -name 'irq.yaml'`; do \ ./scripts/irq2nvic_h --remove $$yamlfile ; \ done -- cgit v1.2.3