summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtmonuse/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/rtmonuse/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/rtmonuse/Makefile.am b/testsuites/libtests/rtmonuse/Makefile.am
index 1b71b7f53e..5f35c16a70 100644
--- a/testsuites/libtests/rtmonuse/Makefile.am
+++ b/testsuites/libtests/rtmonuse/Makefile.am
@@ -8,7 +8,7 @@ TEST = rtmonuse
MANAGERS = io rate_monotonic
C_FILES = init.c getall.c 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)