From b335b8889c16adcd521f7deae13f9644dd110137 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 17 Jan 2019 13:09:07 +0100 Subject: [PATCH] mxml: Build in source directory Fix the error below. config.status: creating config.h [BEE] <= leaving bee_configure() .. [BEE] => entering bee_build() .. [BEE] make -j1 make: *** No rule to make target 'mxml-attr.c', needed by 'mxml-attr.o'. Stop. Command exited with non-zero status 2 --- mxml.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxml.be0 b/mxml.be0 index 86880eaa4..d9b446c12 100755 --- a/mxml.be0 +++ b/mxml.be0 @@ -22,7 +22,7 @@ SRCURL[0]="https://github.com/michaelrsweet/mxml/releases/download/v${PKGVERSION ## outside the source directory and needs to be built inside the source ## directory. -# build_in_sourcedir +build_in_sourcedir ############################################################################### ## bee cannot detect buildtypes specified in subdirectories.