File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ INCPATH += \
670670# this variable
671671# -------------------------------------------------
672672
673- OBJDIRS = $(OBJ ) $(OBJ ) /$(TARGET ) /$(SUBTARGET )
673+ OBJDIRS = $(OBJ ) $(OBJ ) /$(TARGET ) /$(SUBTARGET ) $( OBJ ) / $( TARGET ) / $( TARGET )
674674
675675
676676# -------------------------------------------------
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ depend: maketree $(MAKEDEP_TARGET)
8989 @echo Rebuilding depend_$(TARGET).mak...
9090 $(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... $(SRC)/$(TARGET) > depend_$(TARGET).mak
9191
92- ifneq ($(SUBTARGET),tiny )
92+ ifeq ($(SUBTARGET),$(TARGET) )
9393#-------------------------------------------------
9494# specify available CPU cores
9595#-------------------------------------------------
You can’t perform that action at this time.
0 commit comments