changeset 552:0687b05061dd

Fix typo in Makefile
author Mike Pavone <pavone@retrodev.com>
date Sun, 23 Feb 2014 11:52:13 -0800
parents 16ee0937c676
children 1af6c1052993
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Feb 19 00:44:19 2014 -0800
+++ b/Makefile	Sun Feb 23 11:52:13 2014 -0800
@@ -27,7 +27,7 @@
 TRANSOBJS=gen_x86.o x86_backend.o mem.o
 M68KOBJS=68kinst.o m68k_to_x86.o
 ifeq ($(CPU),x86_64)
-M68kOBJS+= runtime.o
+M68KOBJS+= runtime.o
 else
 ifeq ($(CPU),i686)
 M68KOBJS+= runtime_32.o