mirror of
https://github.com/buserror/mii_emu.git
synced 2024-11-05 00:04:58 +00:00
make: Fix quotes around libmish pathname. #4
This is the only absolute path I can find... so it should be the only one breaking build in directories with spaces? Signed-off-by: Michel Pollet <buserror@gmail.com>
This commit is contained in:
parent
38041eb6cc
commit
2596e47acc
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)
|
||||
make -j -C libmish O="$(PWD)" 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