summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxreaddir/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psxreaddir/Makefile.am')
-rw-r--r--c/src/tests/psxtests/psxreaddir/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxreaddir/Makefile.am b/c/src/tests/psxtests/psxreaddir/Makefile.am
index 2019e2d790..83a54faed2 100644
--- a/c/src/tests/psxtests/psxreaddir/Makefile.am
+++ b/c/src/tests/psxtests/psxreaddir/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxreaddir
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)