summaryrefslogtreecommitdiff
path: root/toolchain/musl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/musl/Makefile')
-rw-r--r--toolchain/musl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile
index d2c07d194..91a6add88 100644
--- a/toolchain/musl/Makefile
+++ b/toolchain/musl/Makefile
@@ -7,9 +7,10 @@ include Makefile.inc
include ${TOPDIR}/mk/buildhlp.mk
$(WRKBUILD)/.headers:
- (cd $(WRKBUILD); CC='$(TARGET_CC)' CROSS_COMPILE='$(TARGET_CROSS)' ./configure --prefix=/usr \
- --target=$(REAL_GNU_TARGET_NAME) \
- --disable-gcc-wrapper \
+ (cd $(WRKBUILD); CC='$(TARGET_CC)' CROSS_COMPILE='$(TARGET_CROSS)' \
+ ./configure --prefix=/usr \
+ --target=$(REAL_GNU_TARGET_NAME) \
+ --disable-gcc-wrapper \
)
$(MAKE) -C $(WRKBUILD) DESTDIR=$(STAGING_TARGET_DIR) install-headers
touch $(WRKBUILD)/.configured