From 41f49187bc4aa43ece3c628a623be0ba2694bf7d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 1 Feb 2000 21:42:24 +0000 Subject: [PATCH] Portability change. --- src/libCom/test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile index 5d9adaed2..9a5b82d45 100644 --- a/src/libCom/test/Makefile +++ b/src/libCom/test/Makefile @@ -6,15 +6,15 @@ PROD_LIBS += Com semBinaryTestHost_SRCS += semBinaryTestMain.c semBinaryTest.c PROD += semBinaryTestHost -OBJS_IOC += semBinaryTest.o +OBJS_IOC += semBinaryTest$(OBJ) semMutexTestHost_SRCS += semMutexTestMain.c semMutexTest.c PROD += semMutexTestHost -OBJS_IOC += semMutexTest.o +OBJS_IOC += semMutexTest$(OBJ) threadTestHost_SRCS += threadTestMain.c threadTest.c PROD += threadTestHost -OBJS_IOC += threadTest.o +OBJS_IOC += threadTest$(OBJ) #fdmgrTest_SRCS += fdmgrTest.c #PROD += fdmgrTest