summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-09-19 18:10:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-12-04 09:20:19 +0100
commitedfaf62dafb2c9be18bce3d30fd83dace722fc47 (patch)
tree58ea496f5831b9a07f448ddea7ee6fec95731475
parent787b8c1ef32f466346ae1c0a74e4cfd10d77acfa (diff)
downloadOSELAS.Toolchain-edfaf62dafb2c9be18bce3d30fd83dace722fc47.tar.gz
OSELAS.Toolchain-edfaf62dafb2c9be18bce3d30fd83dace722fc47.tar.xz
libc-crt: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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)