aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/make/top-prepare.mk
diff options
context:
space:
mode:
Diffstat (limited to 'reproduce/analysis/make/top-prepare.mk')
-rw-r--r--reproduce/analysis/make/top-prepare.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/reproduce/analysis/make/top-prepare.mk b/reproduce/analysis/make/top-prepare.mk
index 3353638..e03e890 100644
--- a/reproduce/analysis/make/top-prepare.mk
+++ b/reproduce/analysis/make/top-prepare.mk
@@ -36,7 +36,7 @@ include reproduce/software/config/installation/LOCAL.mk
#
# See `top-make.mk' for complete explanation.
ifeq (x$(reproducible_paper_group_name),x$(GROUP-NAME))
-all: $(BDIR)/software/preparation-done.txt
+all: $(BDIR)/software/preparation-done.mk
@echo "";
echo "----------------"
echo "Project preparation has been completed without any errors."
@@ -86,6 +86,6 @@ makesrc = initialize \
# ------------------------------
#
# See `top-make.mk' for complete explanation.
+project-phase = prepare
include reproduce/analysis/config/*.mk
-include reproduce/software/config/installation/versions.mk
include $(foreach s,$(makesrc), reproduce/analysis/make/$(s).mk)