From edfaf62dafb2c9be18bce3d30fd83dace722fc47 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 19 Sep 2014 18:10:04 +0200 Subject: libc-crt: cleanup Signed-off-by: Michael Olbrich --- rules/glibc-crt.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3