summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2014-02-24 00:50:15 -0800
committerMike Pavone <pavone@retrodev.com>2014-02-24 00:50:15 -0800
commitfcf5fcfccb16b87e69b3ce9dd8dc74dbbaf426db (patch)
tree01c95b47e2f9427f86b49379702c0bbb86e992a2 /Makefile
parent543c2656175b2832c1279452872962499d492c7a (diff)
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cc0a30..a20ae8f 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ endif
-TRANSOBJS=gen_x86.o x86_backend.o mem.o
+TRANSOBJS=gen_x86.o backend.o mem.o
M68KOBJS=68kinst.o m68k_to_x86.o
ifeq ($(CPU),x86_64)
M68KOBJS+= runtime.o