summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests/tm26/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/tmtests/tm26/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/tmtests/tm26/Makefile.am b/c/src/tests/tmtests/tm26/Makefile.am
index ad3e5216f9..fcc6639183 100644
--- a/c/src/tests/tmtests/tm26/Makefile.am
+++ b/c/src/tests/tmtests/tm26/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm26
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h fptest.h
noinst_HEADERS = $(H_FILES)