From 4abdee5635b2a6cbd4ada21553976813502c8cc1 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 28 May 1997 13:38:34 +0000 Subject: [PATCH] Create soft link for share only if SHARE defined. --- config/RULES.ioc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/RULES.ioc b/config/RULES.ioc index 102fdb011..adf60b17f 100644 --- a/config/RULES.ioc +++ b/config/RULES.ioc @@ -26,7 +26,9 @@ ifndef WIN32 ln -s $(TARGETBIN)/vxWorks vxWorks ln -s $(TARGETBIN)/vxWorks.sym vxWorks.sym ln -s $(TOP)/dbd dbd +ifdef SHARE ln -s $(SHARE) share +endif @for dir in $(APPDIR) scum ; do \ if [ $$dir = scum ]; then \ : ; \