Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Makefile fix that allows make to complete successfully #2

Merged
merged 1 commit into from
Jun 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif

init:
git submodule update --init
android update project -p .
android update project -p . -t android-19
cd ${OPENSSL_DIR} && git clean -dfx && \
git checkout -f && ./Configure dist

Expand Down