summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm01/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm01/Makefile.am')
-rw-r--r--testsuites/tmtests/tm01/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/tm01/Makefile.am b/testsuites/tmtests/tm01/Makefile.am
index 8fb5d29a4d..04dedac091 100644
--- a/testsuites/tmtests/tm01/Makefile.am
+++ b/testsuites/tmtests/tm01/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm01
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
noinst_HEADERS = $(H_FILES)