From: Pauli Date: Tue, 30 May 2023 02:22:53 +0000 (+1000) Subject: tags: fix `make tags` target for out of tree builds X-Git-Tag: openssl-3.2.0-alpha1~723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a6a04406b2f4e81bf8fd67c3fa19e8b18912710;p=thirdparty%2Fopenssl.git tags: fix `make tags` target for out of tree builds Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/21079) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index f4e204b20e1..89f9b81e72b 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -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