diff options
author | 2018-09-13 09:12:27 +0200 | |
---|---|---|
committer | 2019-04-29 22:04:15 +0200 | |
commit | ea9cd8aea1bc1aa649645b52e43937815f2d87eb (patch) | |
tree | 36fae51df0f979cb2fc5a93b067869339310c62f /makefile | |
parent | 68d89ba465745030a1e5198f749004f5d15423eb (diff) |
m680x0: gratuitously convert the generator to python [O. Galibert]
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1607,7 +1607,6 @@ generate: \ $(patsubst %.po,%.mo,$(call rwildcard, language/, *.po)) \ $(patsubst $(SRC)/%.lay,$(GENDIR)/%.lh,$(LAYOUTS)) \ $(GENDIR)/mame/machine/mulcd.hxx \ - $(SRC)/devices/cpu/m68000/m68kops.cpp \ $(GENDIR)/includes/SDL2 $(GENDIR)/includes/SDL2: @@ -1648,13 +1647,6 @@ $(GENDIR)/mame/machine/mulcd.hxx: $(SRC)/mame/machine/mulcd.ppm scripts/build/fi @echo Converting $<... $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ mulcd_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) - $(SILENT) $(MAKE) -C $(SRC)/devices/cpu/m68000 -else - $(SILENT) $(MAKE) -C $(SRC)/devices/cpu/m68000 CC="$(CC)" CXX="$(CXX)" -endif - %.mo: %.po @echo Converting translation $<... ifdef IGNORE_BAD_LOCALISATION |