From 04cd32d17595f6a778e90cb9ee33c1aa93ee0c51 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 25 Apr 2008 22:14:59 +0000 Subject: [PATCH] Build misc/ before dev/ so extended devices can link properly on Solaris. --- src/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index cc422314f..5adbb3505 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ #************************************************************************* -# Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne +# Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. @@ -30,8 +30,8 @@ DIRS += dbtools DIRS += catools DIRS += rsrv DIRS += rec -DIRS += dev DIRS += misc +DIRS += dev DIRS += vxWorks DIRS += softIoc DIRS += gdd @@ -48,7 +48,7 @@ toolsComm_DEPEND_DIRS = libCom dbStatic_DEPEND_DIRS = toolsComm registry_DEPEND_DIRS = dbStatic bpt_DEPEND_DIRS = dbStatic -db_DEPEND_DIRS = bpt ca +db_DEPEND_DIRS = bpt ca db/test_DEPEND_DIRS = db as_DEPEND_DIRS = db util_DEPEND_DIRS = ca @@ -56,10 +56,10 @@ dbtools_DEPEND_DIRS = db catools_DEPEND_DIRS = ca rsrv_DEPEND_DIRS = as rec_DEPEND_DIRS = as registry -dev_DEPEND_DIRS = rec misc_DEPEND_DIRS = rsrv rec +dev_DEPEND_DIRS = rec misc vxWorks_DEPEND_DIRS = ca -softIoc_DEPEND_DIRS = dev misc dbtools +softIoc_DEPEND_DIRS = dev dbtools gdd_DEPEND_DIRS = libCom cas_DEPEND_DIRS = ca gdd excas_DEPEND_DIRS = cas as registry