]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
tags: fix `make tags` target for out of tree builds
authorPauli <pauli@openssl.org>
Tue, 30 May 2023 02:22:53 +0000 (12:22 +1000)
committerPauli <pauli@openssl.org>
Thu, 1 Jun 2023 06:13:20 +0000 (16:13 +1000)
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)

Configurations/unix-Makefile.tmpl

index f4e204b20e12c3bdf3b0321781fda9b64e26cb50..89f9b81e72b98bba1dedfc560d27fbdaaf40d7e9 100644 (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