drvSup no longer built. Individual *.o files installed.

This commit is contained in:
Janet B. Anderson
1996-07-08 15:05:50 +00:00
parent a7bf1d42e6
commit e61dce7a96
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ TOP=../..
include $(TOP)/config/CONFIG_BASE
DIRS = ansi old combine
DIRS = ansi old
include $(TOP)/config/RULES_DIRS

View File

@@ -32,7 +32,7 @@ SRCS.c += ../drvIpac.c
SRCS.c += ../drvTip810.c
#SRCS.c += ../drvVmic2534.c
TARGETS = $(SRCS.c:../%.c=%.o)
PROD = $(SRCS.c:../%.c=%.o)
MAN3 = drvEpvxi.3

View File

@@ -36,7 +36,7 @@ SRCS.c += ../drvXy220.c
SRCS.c += ../drvXy240.c
SRCS.c += ../drvXy566.c
TARGETS = $(SRCS.c:../%.c=%.o)
PROD = $(SRCS.c:../%.c=%.o)
include $(TOP)/config/RULES.Vx