From: Richard Levitte Date: Fri, 18 Dec 2015 23:09:05 +0000 (+0100) Subject: Fix the etags action line, as etags doesn't take -R X-Git-Tag: OpenSSL_1_1_0-pre2~192 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7a64489f9eb9bf4964de2dc2df248453ee3cc84e Fix the etags action line, as etags doesn't take -R Reviewed-by: Matt Caswell --- diff --git a/Makefile.org b/Makefile.org index 2eaffde9fc..ab6a74eb19 100644 --- a/Makefile.org +++ b/Makefile.org @@ -468,7 +468,7 @@ lint: tags TAGS: FORCE rm -f TAGS tags -ctags -R . - -etags -R . + -etags `find . -name '*.[ch]' -o -name '*.pm'` FORCE: