From: Michael Lauer Date: Tue, 10 Jun 2008 00:00:02 +0000 (+0000) Subject: bash don't say a word... please X-Git-Tag: Release-2010-05/1~6786 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d444393f135cef58d12db6ddccb319f7ecb89b24;p=openembedded.git bash don't say a word... please --- diff --git a/packages/bash/bash.inc b/packages/bash/bash.inc index bf4a345963..4eba6895ba 100644 --- a/packages/bash/bash.inc +++ b/packages/bash/bash.inc @@ -23,6 +23,7 @@ do_configure () { do_compile_prepend() { cd builtins + touch mkbuiltins.o ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} -I${S}/include -I${S} -o mkbuiltins mkbuiltins.c cd ${S} }