Skip to content

Commit 4841937

Browse files
committed
Update Makefile
1 parent 7d17e66 commit 4841937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ tests: $(REGTESTS)
837837

838838
mak: maketree $(MAKEMAK_TARGET)
839839
@echo Rebuilding $(TARGET).mak...
840-
$(MAKEMAK) $(SRC)/targets/$(TARGET).lst -I. -I$(SRC)/emu -I$(SRC)/mame -I$(SRC)/mame/layout -I$(SRC)/mess -I$(SRC)/mess/layout $(SRC) > $(TARGET).mak
840+
$(MAKEMAK) $(SRC)/targets/$(TARGET).lst -I. -I$(SRC)/emu -I$(SRC)/$(TARGET) -I$(SRC)/$(TARGET)/layout $(SRC) > $(TARGET).mak
841841
$(MAKEMAK) $(SRC)/targets/$(TARGET).lst > $(TARGET).lst
842842

843843
#-------------------------------------------------

0 commit comments

Comments
 (0)