diff options
author | Jose <jose@zeroc.com> | 2015-07-30 23:11:55 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-07-30 23:11:55 +0200 |
commit | d81c68a62d281f4b506c0fab01d38f67d7bf4f81 (patch) | |
tree | d93aea9675d66010752c543e5581c9d0f4ef3725 /cpp | |
parent | Add helper script for set third party env (diff) | |
download | ice-d81c68a62d281f4b506c0fab01d38f67d7bf4f81.tar.bz2 ice-d81c68a62d281f4b506c0fab01d38f67d7bf4f81.tar.xz ice-d81c68a62d281f4b506c0fab01d38f67d7bf4f81.zip |
Do not symlink vendored berkeley db
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/Makefile b/cpp/Makefile index 64f1f72c07e..ec91a74ad69 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -30,16 +30,6 @@ install:: install-common chmod a+rx $(DESTDIR)$$subdir ; \ fi ; \ done - @if test -d $(DESTDIR)$$prefix/libexec/bin ; \ - then \ - for file in $(DESTDIR)$$prefix/libexec/bin/db_*; \ - do \ - base=`basename $$file` ; \ - rm -f $(DESTDIR)$(install_bindir)/db53_$${base:3} ; \ - ln -s ../libexec/bin/$$base $(DESTDIR)$(install_bindir)/db53_$${base:3} ; \ - chmod a+rx $(DESTDIR)$(install_bindir)/db53_$${base:3} ; \ - done ; \ - fi ifeq ($(create_runpath_symlink),yes) @if test -h $(embedded_runpath_prefix) ; \ then \ |