Create soft link for share only if SHARE defined.

This commit is contained in:
Marty Kraimer
1997-05-28 13:38:34 +00:00
parent ae42cd5dfd
commit 4abdee5635

View File

@@ -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 \
: ; \