summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/putenvtest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/libtests/putenvtest/Makefile.am')
-rw-r--r--c/src/tests/libtests/putenvtest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/libtests/putenvtest/Makefile.am b/c/src/tests/libtests/putenvtest/Makefile.am
index f354354525..a266ed7991 100644
--- a/c/src/tests/libtests/putenvtest/Makefile.am
+++ b/c/src/tests/libtests/putenvtest/Makefile.am
@@ -8,7 +8,7 @@ TEST = putenvtest
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)