From cecd7f8a92330112faa3c56afe8e7ab52292434f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 2 Mar 2000 23:18:03 +0000 Subject: [PATCH] Only build vxWorks directory when there is a vxWorks target. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index f0a03f5a7..e42b8e833 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,7 +27,9 @@ DIRS += rsrv DIRS += rec DIRS += dev #Following are optional +ifeq ($(findstring vxWorks,$(BUILD_ARCHS)),vxWorks) DIRS += vxWorks +endif #DIRS += gdd #DIRS += cas