From 8b8f2bd0ed12040f14f1e1d9403291cef68cb4dd Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 26 Sep 2008 16:17:15 +0000 Subject: [PATCH] libCom/test/fdmgrTest depends on ca. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 19a9fd617..58215dffe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -73,7 +73,7 @@ DIRS += RTEMS RTEMS_DEPEND_DIRS = libCom DIRS += libCom/test -libCom/test_DEPEND_DIRS = libCom RTEMS +libCom/test_DEPEND_DIRS = ca RTEMS DIRS += db/test db/test_DEPEND_DIRS = db RTEMS