diff options
-rw-r--r-- | support/android/openssl.makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/android/openssl.makefile b/support/android/openssl.makefile index 60f3d38cbd6..d8ff1d665d1 100644 --- a/support/android/openssl.makefile +++ b/support/android/openssl.makefile @@ -1,5 +1,6 @@ .PHONY: all all: openssl + @: # No-op to silence the "make: Nothing to be done for 'all'." message. # From http://wiki.openssl.org/index.php/Android .PHONY: openssl |