1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-26 15:54:15 +01:00

OP-1160 fix openssl, missing _version receipt

This commit is contained in:
Alessio Morale 2014-01-14 15:06:36 +01:00
parent 0423d4ce99
commit eeec9db3b4

View File

@ -571,6 +571,9 @@ else
# $(info $(EMPTY) WARNING $(call toprel, $(OPENSSL_DIR)) not found (make openssl_install), using system PATH)
endif
.PHONY: openssl_version
openssl_version:
-$(V1) $(ECHO) "OpenSSL `$(OPENSSL) version`"
endif
##############################