diff options
author | 2016-10-22 13:27:35 +0200 | |
---|---|---|
committer | 2016-10-22 13:27:35 +0200 | |
commit | ab9fd24fbb42c9beec763407c5a6d89b3c3f072e (patch) | |
tree | b9a4f1e8a29fa5087caa0b54edf791abb5cd1e33 | |
parent | ddb290d5f615019c33c42b8d94e5a5254cabcf33 (diff) |
forgot to commit this one (nw)
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1485,7 +1485,7 @@ $(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/complay.py | $(GEN_FOLDERS) $(GENDIR)/mame/drivers/ymmu100.hxx: $(SRC)/mame/drivers/ymmu100.ppm scripts/build/file2str.py @echo Converting $<... - $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ ymmu100_bkg UINT8 + $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ ymmu100_bkg uint8_t $(SRC)/devices/cpu/m68000/m68kops.cpp: $(SRC)/devices/cpu/m68000/m68k_in.cpp $(SRC)/devices/cpu/m68000/m68kmake.cpp ifeq ($(TARGETOS),asmjs) |