Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[droid] libssh: fix multi-arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Aug 1, 2012
1 parent 782ba85 commit 0081b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/android/depends/libssh/Makefile
Expand Up @@ -9,7 +9,7 @@ ARCHIVE=$(SOURCE).tar.gz

LIBDYLIB=$(PLATFORM)/build/src/$(LIBNAME).so.4.2.0

all: .installed
all: .installed-$(PLATFORM)

$(TARBALLS_LOCATION)/$(ARCHIVE):
$(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE)
Expand All @@ -34,7 +34,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
$(LIBDYLIB): $(PLATFORM)
make -j 1 -C $(PLATFORM)/build

.installed: $(LIBDYLIB)
.installed-$(PLATFORM): $(LIBDYLIB)
make -C $(PLATFORM)/build install
rm -f $(PREFIX)/lib/libssh.so $(PREFIX)/lib/libssh.so.4.2.0 $(PREFIX)/lib/libssh.so.4
touch $@
Expand Down

0 comments on commit 0081b8c

Please sign in to comment.