summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/glibc-crt.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/glibc-crt.make b/rules/glibc-crt.make
index ad6170a..eaceadc 100644
--- a/rules/glibc-crt.make
+++ b/rules/glibc-crt.make
@@ -44,7 +44,7 @@ $(STATEDIR)/glibc-crt.prepare: $(STATEDIR)/glibc.extract
@$(call targetinfo)
@$(call clean, $(GLIBC_CRT_DIR))
mkdir -p $(GLIBC_CRT_DIR)
- cd $(GLIBC_CRT_DIR) && eval \
+ cd $(GLIBC_CRT_DIR) && \
$(GLIBC_CRT_PATH) $(GLIBC_CRT_ENV) \
$(GLIBC_DIR)/configure $(GLIBC_CRT_CONF_OPT)
@$(call touch)