mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix installation of libmpiwrap.so on the primary platform.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6387
This commit is contained in:
parent
99eb8260a2
commit
508ef80b0d
@ -87,7 +87,7 @@ if BUILD_MPIWRAP_PRI
|
||||
# convert (eg) X86_LINUX to x86-linux
|
||||
# really should use sed here, rather than assume tr is available
|
||||
pD=`echo @VG_PLATFORM_PRI@ | tr A-Z_ a-z-` ; \
|
||||
$(mkinstalldirs) $(DESTDIR)$(valdir)/$$pD;
|
||||
$(mkinstalldirs) $(DESTDIR)$(valdir)/$$pD; \
|
||||
rm -f ./libmpiwrap.so; \
|
||||
cp ./libmpiwrap-@VG_PLATFORM_PRI@.so ./libmpiwrap.so; \
|
||||
$(INSTALL_PROGRAM) ./libmpiwrap.so \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user