From e2efc5b8d8c9a88b0a89c6ae0262d431c3784017 Mon Sep 17 00:00:00 2001 From: Takeshi YAMAMURO Date: Wed, 25 Jan 2017 23:35:18 +0900 Subject: [PATCH] Add a missing entry --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3f27aca..263ecc5 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ $(TARGET)/jni-classes/org/xerial/snappy/BitShuffleNative.class: $(SRC)/org/xeria $(SRC)/org/xerial/snappy/BitShuffleNative.h: $(TARGET)/jni-classes/org/xerial/snappy/BitShuffleNative.class $(JAVAH) -force -classpath $(TARGET)/jni-classes -o $@ org.xerial.snappy.BitShuffleNative +$(SNAPPY_SRC): $(SNAPPY_GIT_UNPACKED) $(SNAPPY_OUT)/%.o: $(SNAPPY_SRC_DIR)/%.cc @mkdir -p $(@D)