summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHartmut Goebel <hartmut.goebel@pep.security>2021-12-07 16:52:31 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-12-10 11:23:52 +0100
commit461e4f803e36156a8d2dedaa7d6d0fc2a49f026a (patch)
tree759360b14642eea8fdabd958c2e752ddff0dfa0a
parent08b9e897ed0cf19665a0494ced2cf9253550503b (diff)
ffi: Update Makefile, remove another left-over from store removal.
-rw-r--r--ffi/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffi/Makefile b/ffi/Makefile
index 07328589..9a10501b 100644
--- a/ffi/Makefile
+++ b/ffi/Makefile
@@ -81,7 +81,6 @@ install: build-release
$(DESTDIR)$(PREFIX)/lib/libsequoia_ffi.$(_SEQ_LIB_EXT)
$(INSTALL) $(CARGO_TARGET_DIR)/release/libsequoia_ffi.a \
$(DESTDIR)$(PREFIX)/lib/libsequoia_ffi.a
- $(MAKE) -C../store install
# Now the bindings.
$(MAKE) -Clang/python install