Skip to content

Commit

Permalink
tags: fix make tags target for out of tree builds
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from #21079)
  • Loading branch information
paulidale committed Jun 1, 2023
1 parent bc07d37 commit 2a6a044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/unix-Makefile.tmpl
Expand Up @@ -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
Expand Down

0 comments on commit 2a6a044

Please sign in to comment.