From 637a0468907466a232dc7b5d78cc0f64926de769 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 8 Jul 1996 15:08:13 +0000 Subject: [PATCH] devSup no longer built. Individual *.o files installed. --- src/dev/Makefile.Vx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dev/Makefile.Vx b/src/dev/Makefile.Vx index 49f5a22ab..5b4dcf6a2 100644 --- a/src/dev/Makefile.Vx +++ b/src/dev/Makefile.Vx @@ -121,9 +121,7 @@ SRCS.c += ../devVmic2534.c # SRCS.c += ../devMbbiDirectCan.c # SRCS.c += ../devMbboDirectCan.c -LIBOBJS = $(SRCS.c:../%.c=%.o) -PROD = $(LIBOBJS) -LIBNAME = devSup +PROD = $(SRCS.c:../%.c=%.o) include $(TOP)/config/RULES.Vx