aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.deps
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.deps')
-rw-r--r--src/make.configuration.deps6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
new file mode 100644
index 0000000..2e90cbb
--- /dev/null
+++ b/src/make.configuration.deps
@@ -0,0 +1,6 @@
+# make.configuration.deps file for thorn OpenMPI
+
+$(UTIL_DIR)/%: $(OPENMPI_DIR)/bin/%
+ @echo "Copying $* from $< to $(UTIL_DIR)"
+ -$(MKDIR) $(MKDIRFLAGS) $(UTIL_DIR) 2> /dev/null
+ cp $< $@