add depdency to archive

This commit is contained in:
Taro L. Saito 2011-03-30 16:19:35 +09:00
parent ba55909637
commit e095a9ec92

View File

@ -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)