mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Fix layout gen (nw)
This commit is contained in:
parent
ca37d40f69
commit
6b48183ecf
4
makefile
4
makefile
@ -949,8 +949,8 @@ ifneq (,$(wildcard src/osd/$(OSD)/$(OSD).mak))
|
||||
include src/osd/$(OSD)/$(OSD).mak
|
||||
endif
|
||||
|
||||
ifneq (,$(wildcard src/$(TARGET)/$(SUBTARGET).mak))
|
||||
include src/$(TARGET)/$(SUBTARGET).mak
|
||||
ifneq (,$(wildcard src/$(TARGET)/$(TARGET).mak))
|
||||
include src/$(TARGET)/$(TARGET).mak
|
||||
endif
|
||||
|
||||
$(GEN_FOLDERS):
|
||||
|
Loading…
Reference in New Issue
Block a user