# HG changeset patch # User Michael Pavone # Date 1393800415 28800 # Node ID 19e5177352157abdd15e56003cc0029a7126d914 # Parent 8e395210f50fd5bd3353df195f8b23de82b5b7c3 Small Makefile change that was missed in the last commit diff -r 8e395210f50f -r 19e517735215 Makefile --- a/Makefile Sun Mar 02 14:45:36 2014 -0800 +++ b/Makefile Sun Mar 02 14:46:55 2014 -0800 @@ -28,11 +28,11 @@ 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