makefile: Add proper dependence on BuildROMs to 3b2 build rules
This commit is contained in:
parent
48033d86c9
commit
097eb7b6fc
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -2148,7 +2148,7 @@ ${BIN}b5500${EXE} : ${B5500} ${SIM}
|
|||
${MKDIRBIN}
|
||||
${CC} ${B5500} ${SIM} ${B5500_OPT} $(CC_OUTSPEC) ${LDFLAGS}
|
||||
|
||||
3b2 : $(BIN)3b2$(EXE)
|
||||
3b2 : ${BIN}BuildROMs${EXE} $(BIN)3b2$(EXE)
|
||||
|
||||
${BIN}3b2${EXE} : ${ATT3B2} ${SIM} ${BUILD_ROMS}
|
||||
${MKDIRBIN}
|
||||
|
|
Loading…
Add table
Reference in a new issue