diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-14 01:52:04 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-14 01:52:04 +0530 |
commit | 8c3d2235287767180180290622f9f259e821330c (patch) | |
tree | b0f7386d19dd09c46942a2d7a270c7df4044f537 | |
parent | 3f1b62d7d88d4ea83407ba45294142f4b4f0fe7c (diff) | |
parent | ba565d964ea5b06fd38f752b2c6c2ccbc249c223 (diff) | |
download | servo-8c3d2235287767180180290622f9f259e821330c.tar.gz servo-8c3d2235287767180180290622f9f259e821330c.zip |
Auto merge of #8518 - servo:shhhhh-make, r=larsbergstrom
Silence the "Nothing to be done for 'all'." message
r? @larsbergstrom
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8518)
<!-- Reviewable:end -->
-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 |