From 918d247e964328d4539d196b0ca04aba62bae231 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 6 May 2002 20:08:14 +0000 Subject: [PATCH] Change build order so that RTEMS libCom test applications build properly when building from scratch. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a8110f4a0..9577df294 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,7 +13,6 @@ DIRS += toolsComm DIRS += makeBaseApp DIRS += makeBaseExt DIRS += libCom -DIRS += libCom/test DIRS += ca DIRS += dbStatic DIRS += registry @@ -35,6 +34,7 @@ endif ifneq (,$(findstring RTEMS,$(BUILD_ARCHS))) DIRS += RTEMS endif +DIRS += libCom/test DIRS += gdd DIRS += cas