From fd3ee124f838aedc90e591f94201b75171219b56 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Wed, 31 Oct 2012 13:29:38 -0700 Subject: [PATCH] Fixed find call for Darwin BSD find. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cb4b114..e4dd5644 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ build: lib examples generatedheaders: @printf " UPDATING HEADERS\n" - $(Q)for yamlfile in `find -name 'irq.yaml'`; do \ + $(Q)for yamlfile in `find . -name 'irq.yaml'`; do \ ./scripts/irq2nvic_h $$yamlfile ; \ done