Skip to content

Commit

Permalink
Fix small whitespace nit and supress the empty target echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetlowgm committed Dec 7, 2024
1 parent ef96008 commit bcf271c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ uninstall:
rm -f $(DESTDIR)$(MAN1DIR)/sslscan.1

.openssl.is.fresh: opensslpull
true
@true

opensslpull:
upstream=`git ls-remote https://github.com/openssl/openssl | grep -Eo '(openssl-3\.0\.[0-9]+)' | sort -V | tail -n 1` ; \
if [ -d openssl -a -d openssl/.git ]; then \
Expand Down

0 comments on commit bcf271c

Please sign in to comment.