mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +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
|
include src/osd/$(OSD)/$(OSD).mak
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(wildcard src/$(TARGET)/$(SUBTARGET).mak))
|
ifneq (,$(wildcard src/$(TARGET)/$(TARGET).mak))
|
||||||
include src/$(TARGET)/$(SUBTARGET).mak
|
include src/$(TARGET)/$(TARGET).mak
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(GEN_FOLDERS):
|
$(GEN_FOLDERS):
|
||||||
|
Loading…
Reference in New Issue
Block a user