Skip to content

Commit bcf271c

Browse files
committed
Fix small whitespace nit and supress the empty target echo.
1 parent ef96008 commit bcf271c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ uninstall:
138138
rm -f $(DESTDIR)$(MAN1DIR)/sslscan.1
139139

140140
.openssl.is.fresh: opensslpull
141-
true
141+
@true
142+
142143
opensslpull:
143144
upstream=`git ls-remote https://github.com/openssl/openssl | grep -Eo '(openssl-3\.0\.[0-9]+)' | sort -V | tail -n 1` ; \
144145
if [ -d openssl -a -d openssl/.git ]; then \

0 commit comments

Comments
 (0)