Change build order so that RTEMS libCom test applications build properly

when building from scratch.
This commit is contained in:
W. Eric Norum
2002-05-06 20:08:14 +00:00
parent 4dac34a6ab
commit 918d247e96

View File

@@ -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