aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/dependencies-build-rules.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-20 22:48:22 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-20 22:48:22 +0000
commit54a5ce11a2b225e1bf92c4b25ab420726447344a (patch)
tree48e5b7b9c2bff2e8d1c87e293249b22cd2e0d1be /reproduce/src/make/dependencies-build-rules.mk
parent78a35fb8e584a970446f9edc1e5cd61398d40958 (diff)
Cleaner, more managable, build of Bash
The build of bash has been made a little cleaner to help in readability and management of the code.
Diffstat (limited to 'reproduce/src/make/dependencies-build-rules.mk')
-rw-r--r--reproduce/src/make/dependencies-build-rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/src/make/dependencies-build-rules.mk b/reproduce/src/make/dependencies-build-rules.mk
index 299ed11..1c30a55 100644
--- a/reproduce/src/make/dependencies-build-rules.mk
+++ b/reproduce/src/make/dependencies-build-rules.mk
@@ -53,7 +53,7 @@
# NOTE: Unfortunately the configure script of `zlib' doesn't recognize
# `SHELL'. So we'll have to remove it from the call to the configure
# script.
-gbuild = if [ x$(static_build) = xyes ] && [ $(3)x = staticx ]; then \
+gbuild = if [ x$(static_build) = xyes ] && [ "x$(3)" = xstatic ]; then \
export LDFLAGS="$$LDFLAGS -static"; \
fi; \
check="$(6)"; \