restore Makefile
This commit is contained in:
parent
bab23aa7b1
commit
eda726ec34
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ FFI_DEPS:=$(addprefix $(FFI_PATH),$(FFI_DEPS))
|
|||||||
$(FFI_DEPS): build/.filecoin-install ;
|
$(FFI_DEPS): build/.filecoin-install ;
|
||||||
|
|
||||||
build/.filecoin-install: $(FFI_PATH)
|
build/.filecoin-install: $(FFI_PATH)
|
||||||
FFI_BUILD_FROM_SOURCE=1 $(MAKE) -C $(FFI_PATH) $(FFI_DEPS:$(FFI_PATH)%=%)
|
$(MAKE) -C $(FFI_PATH) $(FFI_DEPS:$(FFI_PATH)%=%)
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
MODULES+=$(FFI_PATH)
|
MODULES+=$(FFI_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user