From bf77401cea07cd0179b53980266ff36f2ecc36a5 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 11 Dec 2006 21:53:43 +0000 Subject: [PATCH] Need to have built the RTEMS stuff before any programs. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 72eceafc8..d2bc2a66d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,6 +14,7 @@ TOP = .. include $(TOP)/configure/CONFIG DIRS += libCom +DIRS += RTEMS DIRS += libCom/test DIRS += toolsComm DIRS += ca @@ -32,7 +33,6 @@ DIRS += dev DIRS += misc DIRS += iocsh DIRS += vxWorks -DIRS += RTEMS DIRS += softIoc DIRS += gdd DIRS += cas