From 5968ee58b837d960963f3ea08a6d795d7711fa04 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Sun, 29 Oct 2023 04:51:16 +0000 Subject: [PATCH] Fixes build on pathnames with spaces #4 This seems to work now... Signed-off-by: Michel Pollet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8de41cb..5af3dc3 100644 --- a/Makefile +++ b/Makefile @@ -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