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 openssl/openssl#21079)
  • Loading branch information
paulidale authored and MrE-Fog committed Jun 4, 2023
1 parent 88165ae commit cfa3f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/unix-Makefile.tmpl
Original file line number Diff line number Diff line change
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 cfa3f0a

Please sign in to comment.