diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -430,7 +430,7 @@ DEP_INCLUDES := include/bb_config.h | |||
430 | ifeq ($(strip $(CONFIG_BBCONFIG)),y) | 430 | ifeq ($(strip $(CONFIG_BBCONFIG)),y) |
431 | DEP_INCLUDES += include/bbconfigopts.h | 431 | DEP_INCLUDES += include/bbconfigopts.h |
432 | 432 | ||
433 | include/bbconfigopts.h: .config | 433 | include/bbconfigopts.h: .config $(top_srcdir)/scripts/config/mkconfigs |
434 | $(disp_gen) | 434 | $(disp_gen) |
435 | $(Q)$(top_srcdir)/scripts/config/mkconfigs > $@ | 435 | $(Q)$(top_srcdir)/scripts/config/mkconfigs > $@ |
436 | endif | 436 | endif |
@@ -442,7 +442,7 @@ $(USAGE_BIN): $(top_srcdir)/scripts/usage.c .config | |||
442 | 442 | ||
443 | DEP_INCLUDES += include/usage_compressed.h | 443 | DEP_INCLUDES += include/usage_compressed.h |
444 | 444 | ||
445 | include/usage_compressed.h: .config $(USAGE_BIN) | 445 | include/usage_compressed.h: .config $(USAGE_BIN) $(top_srcdir)/scripts/usage_compressed |
446 | $(Q)SED="$(SED)" $(SHELL) $(top_srcdir)/scripts/usage_compressed "$(top_builddir)/scripts" > $@ | 446 | $(Q)SED="$(SED)" $(SHELL) $(top_srcdir)/scripts/usage_compressed "$(top_builddir)/scripts" > $@ |
447 | endif # CONFIG_FEATURE_COMPRESS_USAGE | 447 | endif # CONFIG_FEATURE_COMPRESS_USAGE |
448 | 448 | ||