Fixes build on pathnames with spaces #4

This seems to work now...

Signed-off-by: Michel Pollet <buserror@gmail.com>
This commit is contained in:
Michel Pollet 2023-10-29 04:51:16 +00:00
parent d53b0bceff
commit 5968ee58b8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $(BIN)/mii_emu : $(LIB)/libmish.a
libmish : $(LIB)/libmish.a
LDLIBS += $(LIB)/libmish.a
$(LIB)/libmish.a : | $(LIB) $(OBJ) $(BIN)
make -j -C libmish O="$(PWD)" CC="$(CC)" V="$(V)"
make -j -C libmish O="../" CC="$(CC)" V="$(V)"
# Smartport firmware needs the assembler first
test/asm/%.bin : test/asm/%.asm | $(BIN)/mii_asm