mirror of
https://github.com/buserror/mii_emu.git
synced 2024-11-22 01:30:51 +00:00
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:
parent
d53b0bceff
commit
5968ee58b8
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user