compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and usage
This commit is contained in:
parent
fe6bb3853c
commit
12ef09b818
2 changed files with 8 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -393,7 +393,7 @@ docs/busybox.net/BusyBox.html: docs/busybox.pod
|
|||
|
||||
# The nifty new dependency stuff
|
||||
scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c
|
||||
$(compile.h)
|
||||
$(do_link.h)
|
||||
|
||||
DEP_INCLUDES := include/bb_config.h
|
||||
|
||||
|
@ -406,7 +406,7 @@ include/bbconfigopts.h: .config
|
|||
endif
|
||||
|
||||
scripts/usage: $(top_srcdir)/scripts/usage.c .config
|
||||
$(compile.h) -I$(top_srcdir)/include
|
||||
$(do_link.h) -I$(top_srcdir)/include
|
||||
|
||||
DEP_INCLUDES += include/usage_compressed.h
|
||||
include/usage_compressed.h: .config scripts/usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue