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 -->
This commit is contained in:
bors-servo 2015-11-14 01:52:04 +05:30
commit 8c3d223528

View file

@ -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