From cdd071a20a2b2ed7528c9ec69fca4210f9d590b2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 6 Jan 2005 10:52:53 +0000 Subject: 2005-01-06 Ralf Corsepius * mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove $(LIB_VARIANT). --- testsuites/mptests/ChangeLog | 18 ++++++++++++++++++ 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, 46 insertions(+), 28 deletions(-) (limited to 'testsuites') diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog index f4cdaccb6d..d8c2db4fcf 100644 --- a/testsuites/mptests/ChangeLog +++ b/testsuites/mptests/ChangeLog @@ -1,3 +1,21 @@ +2005-01-06 Ralf Corsepius + + * mp01/node1/Makefile.am, mp01/node2/Makefile.am, + mp02/node1/Makefile.am, mp02/node2/Makefile.am, + mp03/node1/Makefile.am, mp03/node2/Makefile.am, + mp04/node1/Makefile.am, mp04/node2/Makefile.am, + mp05/node1/Makefile.am, mp05/node2/Makefile.am, + mp06/node1/Makefile.am, mp06/node2/Makefile.am, + mp07/node1/Makefile.am, mp07/node2/Makefile.am, + mp08/node1/Makefile.am, mp08/node2/Makefile.am, + mp09/node1/Makefile.am, mp09/node2/Makefile.am, + mp10/node1/Makefile.am, mp10/node2/Makefile.am, + mp11/node1/Makefile.am, mp11/node2/Makefile.am, + mp12/node1/Makefile.am, mp12/node2/Makefile.am, + mp13/node1/Makefile.am, mp13/node2/Makefile.am, + mp14/node1/Makefile.am, mp14/node2/Makefile.am: + Remove $(LIB_VARIANT). + 2004-09-24 Ralf Corsepius * configure.ac: Require automake > 1.9. diff --git a/testsuites/mptests/mp01/node1/Makefile.am b/testsuites/mptests/mp01/node1/Makefile.am index 178c74d9c4..981770f186 100644 --- a/testsuites/mptests/mp01/node1/Makefile.am +++ b/testsuites/mptests/mp01/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am index 780e38f4f4..20482b1146 100644 --- a/testsuites/mptests/mp01/node2/Makefile.am +++ b/testsuites/mptests/mp01/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp02/node1/Makefile.am b/testsuites/mptests/mp02/node1/Makefile.am index 5dad4ae396..1cbb21e5de 100644 --- a/testsuites/mptests/mp02/node1/Makefile.am +++ b/testsuites/mptests/mp02/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp02/node2/Makefile.am b/testsuites/mptests/mp02/node2/Makefile.am index 6b2806eb57..685de834eb 100644 --- a/testsuites/mptests/mp02/node2/Makefile.am +++ b/testsuites/mptests/mp02/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp03/node1/Makefile.am b/testsuites/mptests/mp03/node1/Makefile.am index 53ee20b0d8..1907ba9214 100644 --- a/testsuites/mptests/mp03/node1/Makefile.am +++ b/testsuites/mptests/mp03/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp timer event C_FILES = ../init.c ../task1.c ../delay.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp03/node2/Makefile.am b/testsuites/mptests/mp03/node2/Makefile.am index 1ebf469feb..60e4a110ad 100644 --- a/testsuites/mptests/mp03/node2/Makefile.am +++ b/testsuites/mptests/mp03/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp timer event C_FILES = ../init.c ../delay.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp04/node1/Makefile.am b/testsuites/mptests/mp04/node1/Makefile.am index a8abed14b4..d1fa592de4 100644 --- a/testsuites/mptests/mp04/node1/Makefile.am +++ b/testsuites/mptests/mp04/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp04/node2/Makefile.am b/testsuites/mptests/mp04/node2/Makefile.am index 1fe52d8308..d147538ea6 100644 --- a/testsuites/mptests/mp04/node2/Makefile.am +++ b/testsuites/mptests/mp04/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am index 57f51464b5..7ccc26d4fb 100644 --- a/testsuites/mptests/mp05/node1/Makefile.am +++ b/testsuites/mptests/mp05/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp signal timer C_FILES = ../init.c ../asr.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am index cfdd39395f..000ef372a1 100644 --- a/testsuites/mptests/mp05/node2/Makefile.am +++ b/testsuites/mptests/mp05/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp signal timer C_FILES = ../init.c ../asr.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp06/node1/Makefile.am b/testsuites/mptests/mp06/node1/Makefile.am index a345cb7734..3e83ef4849 100644 --- a/testsuites/mptests/mp06/node1/Makefile.am +++ b/testsuites/mptests/mp06/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp event timer C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp06/node2/Makefile.am b/testsuites/mptests/mp06/node2/Makefile.am index 72684a787e..ac16739940 100644 --- a/testsuites/mptests/mp06/node2/Makefile.am +++ b/testsuites/mptests/mp06/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp event timer C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp07/node1/Makefile.am b/testsuites/mptests/mp07/node1/Makefile.am index bdfd25f476..3cc9760cd2 100644 --- a/testsuites/mptests/mp07/node1/Makefile.am +++ b/testsuites/mptests/mp07/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp event timer C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am index 31ba633576..7e0e0c5284 100644 --- a/testsuites/mptests/mp07/node2/Makefile.am +++ b/testsuites/mptests/mp07/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp event timer C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am index f9daa39fbf..5d824f1867 100644 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ b/testsuites/mptests/mp08/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp semaphore C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am index c3f77702b5..f93c147e02 100644 --- a/testsuites/mptests/mp08/node2/Makefile.am +++ b/testsuites/mptests/mp08/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp semaphore C_FILES = ../init.c ../task1.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am index bb6ad5e1ea..174daebf0b 100644 --- a/testsuites/mptests/mp09/node1/Makefile.am +++ b/testsuites/mptests/mp09/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp message C_FILES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am index 9167bb845b..6745411729 100644 --- a/testsuites/mptests/mp09/node2/Makefile.am +++ b/testsuites/mptests/mp09/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp message C_FILES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp10/node1/Makefile.am b/testsuites/mptests/mp10/node1/Makefile.am index 004b169853..612c21ef12 100644 --- a/testsuites/mptests/mp10/node1/Makefile.am +++ b/testsuites/mptests/mp10/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp message semaphore C_FILES = ../init.c ../task1.c ../task2.c ../task3.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am index 8a2ee39e1d..82e3e5c2e6 100644 --- a/testsuites/mptests/mp10/node2/Makefile.am +++ b/testsuites/mptests/mp10/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp message semaphore C_FILES = ../init.c ../task1.c ../task2.c ../task3.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp11/node1/Makefile.am b/testsuites/mptests/mp11/node1/Makefile.am index e6997756d3..95ec4a7d94 100644 --- a/testsuites/mptests/mp11/node1/Makefile.am +++ b/testsuites/mptests/mp11/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp message partition semaphore C_FILES = ../init.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp11/node2/Makefile.am b/testsuites/mptests/mp11/node2/Makefile.am index 3209aee114..fe4164192d 100644 --- a/testsuites/mptests/mp11/node2/Makefile.am +++ b/testsuites/mptests/mp11/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp message partition semaphore C_FILES = ../init.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp12/node1/Makefile.am b/testsuites/mptests/mp12/node1/Makefile.am index b93b8b28c0..1aed9c9deb 100644 --- a/testsuites/mptests/mp12/node1/Makefile.am +++ b/testsuites/mptests/mp12/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp partition C_FILES = ../init.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp12/node2/Makefile.am b/testsuites/mptests/mp12/node2/Makefile.am index 969d00adf7..8ca82e1450 100644 --- a/testsuites/mptests/mp12/node2/Makefile.am +++ b/testsuites/mptests/mp12/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp partition C_FILES = ../init.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp13/node1/Makefile.am b/testsuites/mptests/mp13/node1/Makefile.am index d90e11acc8..47353b546e 100644 --- a/testsuites/mptests/mp13/node1/Makefile.am +++ b/testsuites/mptests/mp13/node1/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp message semaphore C_FILES = ../init.c ../task1.c ../task2.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp13/node2/Makefile.am b/testsuites/mptests/mp13/node2/Makefile.am index 25567352b1..d56ce8c6f9 100644 --- a/testsuites/mptests/mp13/node2/Makefile.am +++ b/testsuites/mptests/mp13/node2/Makefile.am @@ -11,7 +11,7 @@ MANAGERS = io mp message semaphore C_FILES = ../init.c ../task1.c ../task2.c C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp14/node1/Makefile.am b/testsuites/mptests/mp14/node1/Makefile.am index ed69abf219..f81af47fdb 100644 --- a/testsuites/mptests/mp14/node1/Makefile.am +++ b/testsuites/mptests/mp14/node1/Makefile.am @@ -12,7 +12,7 @@ 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}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am index ad9a7eb82f..acad572500 100644 --- a/testsuites/mptests/mp14/node2/Makefile.am +++ b/testsuites/mptests/mp14/node2/Makefile.am @@ -12,7 +12,7 @@ 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}/%.$(OBJEXT)) -$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) +$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< H_FILES = system.h -- cgit v1.2.3