From 784e5387d12657e95930f48995c4c352e02a1b05 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 2 Mar 2014 14:46:55 -0800 Subject: Small Makefile change that was missed in the last commit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f0ef918..b90e432 100644 --- a/Makefile +++ b/Makefile @@ -28,11 +28,11 @@ TRANSOBJS=gen.o backend.o mem.o M68KOBJS=68kinst.o m68k_to_x86.o ifeq ($(CPU),x86_64) M68KOBJS+= runtime.o -TRANSOBJS+= gen_x86.o +TRANSOBJS+= gen_x86.o backend_x86.o else ifeq ($(CPU),i686) M68KOBJS+= runtime_32.o -TRANSOBJS+= gen_x86.o +TRANSOBJS+= gen_x86.o backend_x86.o NOZ80:=1 endif endif -- cgit v1.2.3