summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7045/score
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sh/sh7045/score/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/sh/sh7045/score/Makefile.am b/c/src/lib/libcpu/sh/sh7045/score/Makefile.am
index 637ced6b2d..7ec90a5bf7 100644
--- a/c/src/lib/libcpu/sh/sh7045/score/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7045/score/Makefile.am
@@ -6,7 +6,7 @@
PGM = $(ARCH)/score.rel
C_FILES = cpu_asm.c ispsh7045.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
+C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)