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