mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8838] Avoid attempts to install tbb libraries without honouring $DESTDIR
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
754c1fed45
commit
2f3f0f20d8
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ tbbmalloc:
|
||||||
$(MAKE) -r -f $(tbb_root)/build/Makefile.tbbmalloc cfg=release malloc tbb_root=$(tbb_root)
|
$(MAKE) -r -f $(tbb_root)/build/Makefile.tbbmalloc cfg=release malloc tbb_root=$(tbb_root)
|
||||||
|
|
||||||
install-exec-local:
|
install-exec-local:
|
||||||
$(INSTALL) $(work_dir)/lib*.so* $(libdir)
|
$(INSTALL) $(work_dir)/lib*.so* $(DESTDIR)$(libdir)
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm -f *.d *.o
|
-rm -f *.d *.o
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8837"
|
#define REVISION_NR "8838"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue