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