summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-05-30 12:22:53 +1000
committerPauli <pauli@openssl.org>2023-06-01 16:13:20 +1000
commit2a6a04406b2f4e81bf8fd67c3fa19e8b18912710 (patch)
tree1f388ceec900c8065bf345bf83565ce4ae940c84 /Configurations
parentbc07d371865095643ec4f7190f26b174830a2f02 (diff)
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)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index f4e204b20e..89f9b81e72 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