From e095a9ec92e38ef332a131273a655aa3baf9179b Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Wed, 30 Mar 2011 16:19:35 +0900 Subject: [PATCH] add depdency to archive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 635aaa7..0d788d6 100755 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ clean-native: NATIVE_DIR:=src/main/resources/org/xerial/snappy/native/$(OS_NAME)/$(OS_ARCH) NATIVE_DLL:=$(NATIVE_DIR)/$(LIBNAME) -snappy: $(NATIVE_DLL) +snappy: $(TARGET)/snappy-$(VERSION) $(NATIVE_DLL) $(NATIVE_DLL): $(SNAPPY_OUT)/$(LIBNAME) @mkdir -p $(@D)