summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/termios/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/termios/Makefile.am b/testsuites/libtests/termios/Makefile.am
index d4b1e5c01e..d575106acf 100644
--- a/testsuites/libtests/termios/Makefile.am
+++ b/testsuites/libtests/termios/Makefile.am
@@ -8,7 +8,7 @@ TEST = termios
MANAGERS = io
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES =
noinst_HEADERS = $(H_FILES)