From d822540ec606a40a4bbcf3960d669fc371466000 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 04:49:45 +0000 Subject: 2002-08-11 Ralf Corsepius * mp01/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp01/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp02/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp02/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp03/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp03/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp04/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp04/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp05/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp05/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp06/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp06/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp07/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp07/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp08/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp08/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp09/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp09/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp10/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp10/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp11/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp11/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp12/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp12/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp13/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp13/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp14/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp14/node2/Makefile.am: Use $(OBJEXT) instead of .o. --- testsuites/mptests/ChangeLog | 31 +++++++++++++++++++++++++++++++ testsuites/mptests/mp01/node1/Makefile.am | 2 +- testsuites/mptests/mp01/node2/Makefile.am | 2 +- testsuites/mptests/mp02/node1/Makefile.am | 2 +- testsuites/mptests/mp02/node2/Makefile.am | 2 +- testsuites/mptests/mp03/node1/Makefile.am | 2 +- testsuites/mptests/mp03/node2/Makefile.am | 2 +- testsuites/mptests/mp04/node1/Makefile.am | 2 +- testsuites/mptests/mp04/node2/Makefile.am | 2 +- testsuites/mptests/mp05/node1/Makefile.am | 2 +- testsuites/mptests/mp05/node2/Makefile.am | 2 +- testsuites/mptests/mp06/node1/Makefile.am | 2 +- testsuites/mptests/mp06/node2/Makefile.am | 2 +- testsuites/mptests/mp07/node1/Makefile.am | 2 +- testsuites/mptests/mp07/node2/Makefile.am | 2 +- testsuites/mptests/mp08/node1/Makefile.am | 2 +- testsuites/mptests/mp08/node2/Makefile.am | 2 +- testsuites/mptests/mp09/node1/Makefile.am | 2 +- testsuites/mptests/mp09/node2/Makefile.am | 2 +- testsuites/mptests/mp10/node1/Makefile.am | 2 +- testsuites/mptests/mp10/node2/Makefile.am | 2 +- testsuites/mptests/mp11/node1/Makefile.am | 2 +- testsuites/mptests/mp11/node2/Makefile.am | 2 +- testsuites/mptests/mp12/node1/Makefile.am | 2 +- testsuites/mptests/mp12/node2/Makefile.am | 2 +- testsuites/mptests/mp13/node1/Makefile.am | 2 +- testsuites/mptests/mp13/node2/Makefile.am | 2 +- testsuites/mptests/mp14/node1/Makefile.am | 2 +- testsuites/mptests/mp14/node2/Makefile.am | 2 +- 29 files changed, 59 insertions(+), 28 deletions(-) (limited to 'testsuites') diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog index 842ba5a366..f1c04fbd3b 100644 --- a/testsuites/mptests/ChangeLog +++ b/testsuites/mptests/ChangeLog @@ -1,3 +1,34 @@ +2002-08-11 Ralf Corsepius + + * mp01/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp01/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp02/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp02/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp03/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp03/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp04/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp04/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp05/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp05/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp06/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp06/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp07/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp07/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp08/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp08/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp09/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp09/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp10/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp10/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp11/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp11/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp12/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp12/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp13/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp13/node2/Makefile.am: Use $(OBJEXT) instead of .o. + * mp14/node1/Makefile.am: Use $(OBJEXT) instead of .o. + * mp14/node2/Makefile.am: Use $(OBJEXT) instead of .o. + 2002-08-01 Joel Sherrill * Per PR47 add support for buffered test output. This involved diff --git a/testsuites/mptests/mp01/node1/Makefile.am b/testsuites/mptests/mp01/node1/Makefile.am index 4225fc5e23..10fd3b09e2 100644 --- a/testsuites/mptests/mp01/node1/Makefile.am +++ b/testsuites/mptests/mp01/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am index 16b2a27d41..6c3259a8df 100644 --- a/testsuites/mptests/mp01/node2/Makefile.am +++ b/testsuites/mptests/mp01/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp02/node1/Makefile.am b/testsuites/mptests/mp02/node1/Makefile.am index 8876dae1a8..04081b910c 100644 --- a/testsuites/mptests/mp02/node1/Makefile.am +++ b/testsuites/mptests/mp02/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp02/node2/Makefile.am b/testsuites/mptests/mp02/node2/Makefile.am index ee04e3b30c..5815c167b1 100644 --- a/testsuites/mptests/mp02/node2/Makefile.am +++ b/testsuites/mptests/mp02/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp03/node1/Makefile.am b/testsuites/mptests/mp03/node1/Makefile.am index 7a8668fa9d..704f4062cd 100644 --- a/testsuites/mptests/mp03/node1/Makefile.am +++ b/testsuites/mptests/mp03/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp timer event C_FILES = init.c task1.c delay.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp03/node2/Makefile.am b/testsuites/mptests/mp03/node2/Makefile.am index d38393b4b7..b6e28cf5f5 100644 --- a/testsuites/mptests/mp03/node2/Makefile.am +++ b/testsuites/mptests/mp03/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp timer event C_FILES = init.c delay.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp04/node1/Makefile.am b/testsuites/mptests/mp04/node1/Makefile.am index 89d4a55f1d..91a97ca4cd 100644 --- a/testsuites/mptests/mp04/node1/Makefile.am +++ b/testsuites/mptests/mp04/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp04/node2/Makefile.am b/testsuites/mptests/mp04/node2/Makefile.am index 63f4185243..fc6dc1bec9 100644 --- a/testsuites/mptests/mp04/node2/Makefile.am +++ b/testsuites/mptests/mp04/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am index c5e3d21b76..7562caa7b9 100644 --- a/testsuites/mptests/mp05/node1/Makefile.am +++ b/testsuites/mptests/mp05/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp signal timer C_FILES = init.c asr.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am index 575b0f7b73..e2b2e2e0ea 100644 --- a/testsuites/mptests/mp05/node2/Makefile.am +++ b/testsuites/mptests/mp05/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp signal timer C_FILES = init.c asr.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp06/node1/Makefile.am b/testsuites/mptests/mp06/node1/Makefile.am index 11089a8012..aada10be37 100644 --- a/testsuites/mptests/mp06/node1/Makefile.am +++ b/testsuites/mptests/mp06/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp event timer C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp06/node2/Makefile.am b/testsuites/mptests/mp06/node2/Makefile.am index 6de6545dec..227953c6bb 100644 --- a/testsuites/mptests/mp06/node2/Makefile.am +++ b/testsuites/mptests/mp06/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp event timer C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp07/node1/Makefile.am b/testsuites/mptests/mp07/node1/Makefile.am index 75b52335cc..35834ac52c 100644 --- a/testsuites/mptests/mp07/node1/Makefile.am +++ b/testsuites/mptests/mp07/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp event timer C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am index 749c0bb330..901a7abca6 100644 --- a/testsuites/mptests/mp07/node2/Makefile.am +++ b/testsuites/mptests/mp07/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp event timer C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am index 7903247238..0fb608a7b0 100644 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ b/testsuites/mptests/mp08/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp semaphore C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am index decd2eaa86..09509e76b6 100644 --- a/testsuites/mptests/mp08/node2/Makefile.am +++ b/testsuites/mptests/mp08/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp semaphore C_FILES = init.c task1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am index 50d256a0cb..edc57eef0d 100644 --- a/testsuites/mptests/mp09/node1/Makefile.am +++ b/testsuites/mptests/mp09/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp message C_FILES = init.c task1.c recvmsg.c sendmsg.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am index 03cd85a211..10642b9623 100644 --- a/testsuites/mptests/mp09/node2/Makefile.am +++ b/testsuites/mptests/mp09/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp message C_FILES = init.c task1.c recvmsg.c sendmsg.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp10/node1/Makefile.am b/testsuites/mptests/mp10/node1/Makefile.am index 33deeb77cd..5a1c94014d 100644 --- a/testsuites/mptests/mp10/node1/Makefile.am +++ b/testsuites/mptests/mp10/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp message semaphore C_FILES = init.c task1.c task2.c task3.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am index 6c3108d14d..6c18ff3dc6 100644 --- a/testsuites/mptests/mp10/node2/Makefile.am +++ b/testsuites/mptests/mp10/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp message semaphore C_FILES = init.c task1.c task2.c task3.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp11/node1/Makefile.am b/testsuites/mptests/mp11/node1/Makefile.am index d7bbf27a22..af1ca83605 100644 --- a/testsuites/mptests/mp11/node1/Makefile.am +++ b/testsuites/mptests/mp11/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp message partition semaphore C_FILES = init.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp11/node2/Makefile.am b/testsuites/mptests/mp11/node2/Makefile.am index 9db2320754..be01c89b14 100644 --- a/testsuites/mptests/mp11/node2/Makefile.am +++ b/testsuites/mptests/mp11/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp message partition semaphore C_FILES = init.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp12/node1/Makefile.am b/testsuites/mptests/mp12/node1/Makefile.am index 54dc4aa00a..7989522b79 100644 --- a/testsuites/mptests/mp12/node1/Makefile.am +++ b/testsuites/mptests/mp12/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp partition C_FILES = init.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp12/node2/Makefile.am b/testsuites/mptests/mp12/node2/Makefile.am index aa133f9d55..f84bdf7372 100644 --- a/testsuites/mptests/mp12/node2/Makefile.am +++ b/testsuites/mptests/mp12/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp partition C_FILES = init.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp13/node1/Makefile.am b/testsuites/mptests/mp13/node1/Makefile.am index efbea78c40..63a5259ac0 100644 --- a/testsuites/mptests/mp13/node1/Makefile.am +++ b/testsuites/mptests/mp13/node1/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp message semaphore C_FILES = init.c task1.c task2.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp13/node2/Makefile.am b/testsuites/mptests/mp13/node2/Makefile.am index 425beaca5b..362ca1173f 100644 --- a/testsuites/mptests/mp13/node2/Makefile.am +++ b/testsuites/mptests/mp13/node2/Makefile.am @@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe MANAGERS = io mp message semaphore C_FILES = init.c task1.c task2.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp14/node1/Makefile.am b/testsuites/mptests/mp14/node1/Makefile.am index 5d3e0991b5..ee76355882 100644 --- a/testsuites/mptests/mp14/node1/Makefile.am +++ b/testsuites/mptests/mp14/node1/Makefile.am @@ -13,7 +13,7 @@ MANAGERS = io mp event partition semaphore timer message C_FILES = exit.c init.c delay.c evtask1.c evtmtask.c pttask1.c smtask1.c \ msgtask1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am index af35f20647..4ce2a84899 100644 --- a/testsuites/mptests/mp14/node2/Makefile.am +++ b/testsuites/mptests/mp14/node2/Makefile.am @@ -13,7 +13,7 @@ MANAGERS = io mp event partition semaphore timer message C_FILES = exit.c init.c delay.c evtask1.c evtmtask.c pttask1.c smtask1.c \ msgtask1.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = system.h -- cgit v1.2.3