diff --git a/Makefile b/Makefile index fbd6582..01f2120 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ OBJECT_FILES:=$(OBJECT_FILES:FIRMWARE-VPMOCT032=dahdi-fw-vpmoct032.o) # Force usage of wget, for now DOWNLOAD=wget WGET=wget -INSTALL_FIRMWARE=../../../build_tools/install_firmware +INSTALL_FIRMWARE=./install_firmware RUN_INST=$(INSTALL_FIRMWARE) $(1) $(2) $(DESTDIR) # If "fetch" is used, --continue is not a valid option.