aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.configuration.deps4
1 files 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 $< $@