summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp29/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp29/Makefile.am')
-rw-r--r--testsuites/sptests/sp29/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp29/Makefile.am b/testsuites/sptests/sp29/Makefile.am
index 68c33c7646..443b79efb8 100644
--- a/testsuites/sptests/sp29/Makefile.am
+++ b/testsuites/sptests/sp29/Makefile.am
@@ -8,7 +8,7 @@ TEST = sp29
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).%)