From: Julian Seward Date: Sun, 10 Dec 2006 02:26:50 +0000 (+0000) Subject: Fix installation of libmpiwrap.so on the primary platform. X-Git-Tag: svn/VALGRIND_3_3_0~499 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508ef80b0ddf4b358d8e5f91bd6ea3472b1766f0;p=thirdparty%2Fvalgrind.git Fix installation of libmpiwrap.so on the primary platform. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6387 --- diff --git a/auxprogs/Makefile.am b/auxprogs/Makefile.am index 7d547773da..28f97b5f6a 100644 --- a/auxprogs/Makefile.am +++ b/auxprogs/Makefile.am @@ -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 \