From 9a1a5c051323af3161f7ca26bfa06c1c5d87898e Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 30 Mar 2015 18:13:21 +1100 Subject: [PATCH] Create directory for layouts for custom targets --- makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/makefile b/makefile index 9e0f1b6e9c9..d83c746d365 100644 --- a/makefile +++ b/makefile @@ -677,10 +677,8 @@ GEN_FOLDERS := \ $(GENDIR) \ $(GENDIR)/$(TARGET)/$(SUBTARGET) \ $(GENDIR)/emu/layout/ \ - $(GENDIR)/mame/layout/ \ - $(GENDIR)/mess/layout/ \ + $(GENDIR)/$(TARGET)/layout/ \ $(GENDIR)/mess/drivers/ \ - $(GENDIR)/ldplayer/layout/ \ $(GENDIR)/emu/cpu/arcompact/ \ $(GENDIR)/emu/cpu/h8/ \ $(GENDIR)/emu/cpu/mcs96/ \