* install shared library only if it exists

git-svn-id: trunk@2278 -
This commit is contained in:
florian 2006-01-13 19:36:53 +00:00
parent daa0be6ed1
commit 7cfcc635fa
2 changed files with 2319 additions and 2253 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1672,9 +1672,11 @@ endif
fpc_shared_install:
ifneq ($(SHARED_BUILD),n)
ifneq ($(SHARED_LIBUNITS),)
ifneq ($(wildcard $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME)),)
$(INSTALL) $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME) $(INSTALL_SHAREDDIR)
endif
endif
endif
[installrules]
#####################################################################