fixed bug that caused make install to fail on an existing install
This commit is contained in:
parent
f7ad17f9e8
commit
1919e67e8c
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ package: $(PACKAGE_FILE_PATH)
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: $(PACKAGE_FILE_PATH) install_ij_opencv
|
install: $(PACKAGE_FILE_PATH) install_ij_opencv
|
||||||
pushd $(FIJI_ROOT_PATH); unzip $(PACKAGE_FILE_PATH); popd
|
pushd $(FIJI_ROOT_PATH); unzip -o $(PACKAGE_FILE_PATH); popd
|
||||||
|
|
||||||
.PHONY: test0001
|
.PHONY: test0001
|
||||||
test0001: install
|
test0001: install
|
||||||
|
|
Loading…
Reference in New Issue