diff options
| author | Michael Pavone <pavone@retrodev.com> | 2014-03-02 14:46:55 -0800 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2014-03-02 14:46:55 -0800 |
| commit | 784e5387d12657e95930f48995c4c352e02a1b05 (patch) | |
| tree | 1039ae7d52af5f3db4b27da818eda16fa82f61d4 /Makefile | |
| parent | 16e7b59467ba17034f63834962e5d326a8facce4 (diff) | |
Small Makefile change that was missed in the last commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
