From 50fa302c6fe403a2fcd6e4a430135c0a91963b01 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 28 Mar 2000 18:50:02 +0000 Subject: [PATCH] Dir vxSrc replaced by iocSrc. --- src/makeBaseApp/top/exampleApp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeBaseApp/top/exampleApp/Makefile b/src/makeBaseApp/top/exampleApp/Makefile index 772da438f..971654a92 100644 --- a/src/makeBaseApp/top/exampleApp/Makefile +++ b/src/makeBaseApp/top/exampleApp/Makefile @@ -2,7 +2,7 @@ TOP = .. include $(TOP)/configure/CONFIG DIRS += hostSrc DIRS += iocHostSrc -DIRS += vxSrc +DIRS += iocSrc DIRS += $(wildcard *db*) DIRS += $(wildcard *Db*) include $(TOP)/configure/RULES_DIRS