diff --git a/freeldr/freeldr/Makefile b/freeldr/freeldr/Makefile index 7fb88ab8c70..d6fec16b6ed 100644 --- a/freeldr/freeldr/Makefile +++ b/freeldr/freeldr/Makefile @@ -40,7 +40,7 @@ RM = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)rdel CP = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)rcopy MKDIR = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)rmkdir RMDIR = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)rrmdir -NASM_CMD = nasm +NASM_CMD = nasmw OBJCOPY = objcopy DEPTOOL = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)deptool HOSTTOOL = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)hosttype