From 0ba0aa26cd546b6114dd483ec01667be454d43dd Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 9 Jul 1999 14:20:06 +0000 Subject: [PATCH] must include drvBitBus just so drvGpib is usable --- src/drv/old/Makefile.Vx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/drv/old/Makefile.Vx b/src/drv/old/Makefile.Vx index c21aa3ab6..9bf2a827e 100644 --- a/src/drv/old/Makefile.Vx +++ b/src/drv/old/Makefile.Vx @@ -14,13 +14,13 @@ endif #The following have been unbundled. DONT USE THESE #INC += drvBB232.h -#INC += drvBitBus.h +INC += drvBitBus.h INC += drvBitBusErr.h #INC += drvMsg.h -#drvBitBusInterface APPEARS HERE AND IN UNBUNDLED - BIG PROBLEM +#drvBitBus and include files APPEARS HERE AND IN UNBUNDLED - BIG PROBLEM INC += drvBitBusInterface.h #SRCS.c += ../drvBB232.c -#SRCS.c += ../drvBitBus.c +SRCS.c += ../drvBitBus.c #SRCS.c += ../drvMsg.c #SRCS.c += ../drvTranServ.c