diff --git a/dep/tbb/Makefile.am b/dep/tbb/Makefile.am index 98027104a..d85e69268 100644 --- a/dep/tbb/Makefile.am +++ b/dep/tbb/Makefile.am @@ -49,7 +49,7 @@ tbbmalloc: $(MAKE) -r -f $(tbb_root)/build/Makefile.tbbmalloc cfg=release malloc tbb_root=$(tbb_root) install-exec-local: - $(INSTALL) $(work_dir)/lib*.so* $(libdir) + $(INSTALL) $(work_dir)/lib*.so* $(DESTDIR)$(libdir) clean-local: -rm -f *.d *.o diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 48fc9d6c2..a0d0213ef 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8837" + #define REVISION_NR "8838" #endif // __REVISION_NR_H__