diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-11-13 20:51:26 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-11-13 20:51:26 +0100 |
commit | ba565d964ea5b06fd38f752b2c6c2ccbc249c223 (patch) | |
tree | ee94ac506bc7d32d919ad6ecde958f84dbb69477 /support | |
parent | 4f855dc63a0b6cc80737972ab3f79953321a900b (diff) | |
download | servo-ba565d964ea5b06fd38f752b2c6c2ccbc249c223.tar.gz servo-ba565d964ea5b06fd38f752b2c6c2ccbc249c223.zip |
Silence the "Nothing to be done for 'all'." message
Diffstat (limited to 'support')
-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 |