From 6c3736a060b2f5f43cf3a544f9cfe97b1bafc549 Mon Sep 17 00:00:00 2001 From: John Franklin Date: Mon, 19 Oct 2015 12:30:46 -0500 Subject: [PATCH] fix etags target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4ed3c5029..8cfa552800 100644 --- a/Makefile +++ b/Makefile @@ -447,7 +447,7 @@ tags: ctags -R -f .tags --exclude=root etags: - etags -f .etags $$(find -name '*.c' -or -name '*.h') + etags -f .etags $$(find . -name '*.c' -or -name '*.h') osxpackage: $(RM) -r inst