aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/initialize.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 11:34:41 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 11:35:41 +0200
commitb42f7bdd034fbc888cf54d1d304c378592c31a8d (patch)
tree6397d7fed7a5d91b991669f3ec250dd47bb747fa /reproduce/src/make/initialize.mk
parentf41557ad13796424692ecca525b58fd03fc9dc7a (diff)
Added bash as a dependency to be checked at configure time
While we had set the default Makefile SHELL to be bash, we weren't actually checking if `bash' is available on the system. With this commit, it is also checked at configure time.
Diffstat (limited to 'reproduce/src/make/initialize.mk')
-rw-r--r--reproduce/src/make/initialize.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/src/make/initialize.mk b/reproduce/src/make/initialize.mk
index 4f134a9..f615e22 100644
--- a/reproduce/src/make/initialize.mk
+++ b/reproduce/src/make/initialize.mk
@@ -59,7 +59,7 @@ pconfdir = reproduce/config/pipeline
# it won't appear in the prerequisites and the pipeline will try to build
# the other directories in the top root directory (`/'). To solve this
# problem, when `BDIR' isn't defined, we'll define it with a place-holder
-# name ((only so it won't evaluate to blank space). Note that this
+# name (only so it won't evaluate to blank space). Note that this
# directory will never be built.
ifeq ($(BDIR),)
configure-run = no