From 0246c90e8e56a539a11fb8a305d49e8ebc1205ba Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 14 Jun 2000 14:52:48 +0000 Subject: [PATCH] Use new LIBOBJS macro. --- motorApp/MotorSrc/Makefile.Vx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/MotorSrc/Makefile.Vx b/motorApp/MotorSrc/Makefile.Vx index 221000d4..1dc545d1 100644 --- a/motorApp/MotorSrc/Makefile.Vx +++ b/motorApp/MotorSrc/Makefile.Vx @@ -6,8 +6,8 @@ include $(TOP)/config/CONFIG_APP # The following are required for all motor record configurations. SRCS.c += ../motorRecord.c ../motordevCom.c ../motordrvCom.c -LIBOBJS = motorRecord.o motordevCom.o motordrvCom.o +LIBOBJS = $(SRCS.c:../%.c=%.o) LIBNAME = motorLib #Note that the command line that builds the