summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp27/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp27/Makefile.am')
-rw-r--r--testsuites/sptests/sp27/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp27/Makefile.am b/testsuites/sptests/sp27/Makefile.am
index 9918fecc8b..22dc1c25c2 100644
--- a/testsuites/sptests/sp27/Makefile.am
+++ b/testsuites/sptests/sp27/Makefile.am
@@ -8,7 +8,7 @@ TEST = sp27
MANAGERS = all
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)