diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-10 00:00:02 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-10 00:00:02 +0000 |
commit | d444393f135cef58d12db6ddccb319f7ecb89b24 (patch) | |
tree | 5e63906e7696e84e3da4176913a72fce93e4c48e /packages | |
parent | beb789f015c9a0ba82a8ad142c642a7c96051fe7 (diff) |
bash <all> don't say a word... please
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bash/bash.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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} } |