summaryrefslogtreecommitdiffstats
path: root/src/plibc.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-09-18 21:08:33 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-09-18 21:08:33 (GMT)
commitb9f84ee33359c1ceb520693cd77ad60c7a94140c (patch)
tree26ecc5f77576a865f1f802607e9742aa078e0ba1 /src/plibc.mk
parent5e099d2d770a1d80afb2574c794a2a399b2a3f91 (diff)
downloadmxe-b9f84ee33359c1ceb520693cd77ad60c7a94140c.zip
mxe-b9f84ee33359c1ceb520693cd77ad60c7a94140c.tar.gz
mxe-b9f84ee33359c1ceb520693cd77ad60c7a94140c.tar.bz2
package plibc: style improvements
Diffstat (limited to 'src/plibc.mk')
-rw-r--r--src/plibc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plibc.mk b/src/plibc.mk
index a7da4fe..1c8b462 100644
--- a/src/plibc.mk
+++ b/src/plibc.mk
@@ -15,10 +15,10 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && \
- chmod 0755 configure && \
- ./configure \
+ chmod 0755 '$(1)/configure'
+ cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-static \
--disable-shared