From 0915a6e7f68100d12edc62c067063b09651a287a Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 14 May 2013 22:42:41 +0000 Subject: Correct install directory git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/MPI/trunk@29 043a8217-7a68-40fe-abfd-36aa7d4fa6a8 --- src/make.configuration.deps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/make.configuration.deps b/src/make.configuration.deps index 2e90cbb..1165eba 100644 --- a/src/make.configuration.deps +++ b/src/make.configuration.deps @@ -1,6 +1,6 @@ -# make.configuration.deps file for thorn OpenMPI +# make.configuration.deps file for thorn MPI -$(UTIL_DIR)/%: $(OPENMPI_DIR)/bin/% +$(UTIL_DIR)/%: $(MPI_DIR)/bin/% @echo "Copying $* from $< to $(UTIL_DIR)" -$(MKDIR) $(MKDIRFLAGS) $(UTIL_DIR) 2> /dev/null cp $< $@ -- cgit v1.2.3