We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dd3f4 commit cc579a6Copy full SHA for cc579a6
3 files changed
Makefile.common
@@ -89,7 +89,7 @@ depend: maketree $(MAKEDEP_TARGET)
89
@echo Rebuilding depend_$(TARGET).mak...
90
$(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... $(SRC)/$(TARGET) > depend_$(TARGET).mak
91
92
-ifneq ($(SUBTARGET),tiny)
+ifeq ($(SUBTARGET),$(TARGET))
93
#-------------------------------------------------
94
# specify available CPU cores
95
0 commit comments