From 33852b1e9013e885106e8ace8dcb0cede1bd9629 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 14 Nov 2017 21:36:40 -0600 Subject: [PATCH] Adjust pvAccess dependencies --- modules/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/Makefile b/modules/Makefile index 63d7163d2..ac71dd581 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -1,8 +1,4 @@ #************************************************************************* -# Copyright (c) 2017 The University of Chicago, as Operator of Argonne -# National Laboratory. -# Copyright (c) 2017 The Regents of the University of California, as -# Operator of Los Alamos National Laboratory. # EPICS BASE is distributed subject to a Software License Agreement found # in file LICENSE that is included with this distribution. #************************************************************************* @@ -23,9 +19,7 @@ SUBMODULES += pvData pvData_DEPEND_DIRS = libcom SUBMODULES += pvAccess -pvAccess_DEPEND_DIRS = pvData ca -# FIXME: dependency needed for the pvAccessIOC library -pvAccess_DEPEND_DIRS += database +pvAccess_DEPEND_DIRS = pvData database SUBMODULES += normativeTypes normativeTypes_DEPEND_DIRS = pvData