[8838] Avoid attempts to install tbb libraries without honouring $DESTDIR

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
klightspeed 2009-11-19 14:03:05 +03:00 committed by VladimirMangos
parent 754c1fed45
commit 2f3f0f20d8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8837"
#define REVISION_NR "8838"
#endif // __REVISION_NR_H__