summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-11 20:19:50 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-11 20:19:50 (GMT)
commit45ccabcbfb0086dbb7ac2759d7e6f7d180bd68c0 (patch)
tree756fe79d4ea7182a36f45d2d75a1772a2be8ea68 /scripts
parentd9310a6bf41b99d9fb539ab791b9e7a7ab5baca5 (diff)
Fix building uClibc:
- fix headers installation -------- diffstat follows -------- /trunk/scripts/build/libc/uClibc.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/libc/uClibc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh
index 52f7ee3..1465e01 100644
--- a/scripts/build/libc/uClibc.sh
+++ b/scripts/build/libc/uClibc.sh
@@ -85,7 +85,7 @@ do_libc_headers() {
fi
CT_DoLog EXTRA "Installing headers"
- CT_DoExecLog ALL make ${CT_LIBC_UCLIBC_VERBOSITY} CROSS= PREFIX="${CT_SYSROOT_DIR}/" ${install_rule}"
+ CT_DoExecLog ALL make ${CT_LIBC_UCLIBC_VERBOSITY} CROSS= PREFIX="${CT_SYSROOT_DIR}/" "${install_rule}"
CT_EndStep
}