summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/makefile b/makefile
index 40ac90c512c..4f0d27ac6aa 100644
--- a/makefile
+++ b/makefile
@@ -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