tags: fix `make tags` target for out of tree builds

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/21079)
This commit is contained in:
Pauli 2023-05-30 12:22:53 +10:00
parent bc07d37186
commit 2a6a04406b
1 changed files with 1 additions and 1 deletions

View File

@ -1381,7 +1381,7 @@ test_ordinals:
tags TAGS: FORCE
rm -f TAGS tags
-util/ctags.sh
-( cd $(SRCDIR); util/ctags.sh )
-etags `find . -name '*.[ch]' -o -name '*.pm'`
providers/fips.checksum.new: providers/fips.module.sources.new