fix compile breakage with "make -j"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-07-03 14:28:35 +02:00
parent 922f6f51db
commit 5c296de390
3 changed files with 5 additions and 1 deletions

View File

@ -512,6 +512,8 @@ include $(srctree)/Makefile.flags
include/autoconf.h: .kconfig.d .config $(wildcard $(srctree)/*/*.c) $(wildcard $(srctree)/*/*/*.c) | gen_build_files include/autoconf.h: .kconfig.d .config $(wildcard $(srctree)/*/*.c) $(wildcard $(srctree)/*/*/*.c) | gen_build_files
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
include/usage.h: gen_build_files
else else
# Dummy target needed, because used as prerequisite # Dummy target needed, because used as prerequisite
include/autoconf.h: ; include/autoconf.h: ;

View File

@ -4,6 +4,8 @@
# #
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
libbb/appletlib.o: include/usage_compressed.h
lib-y:= lib-y:=
INSERT INSERT

View File

@ -65,7 +65,7 @@ static const char usage_messages[] ALIGN1 = UNPACKED_USAGE;
#if ENABLE_FEATURE_COMPRESS_USAGE #if ENABLE_FEATURE_COMPRESS_USAGE
static const char packed_usage[] = { PACKED_USAGE }; static const char packed_usage[] ALIGN1 = { PACKED_USAGE };
# include "unarchive.h" # include "unarchive.h"
static const char *unpack_usage_messages(void) static const char *unpack_usage_messages(void)
{ {