# The nifty new dependency stuff
scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c
- $(Q)$(HOSTCC) $(HOSTCFLAGS) -o $@ $<
+ $(compile.h)
DEP_INCLUDES := include/bb_config.h
endif
scripts/usage: $(top_srcdir)/scripts/usage.c .config
- $(HOSTCC) $(HOSTCFLAGS) -I$(top_srcdir)/include -o $@ $<
+ $(compile.h) -I$(top_srcdir)/include
DEP_INCLUDES += include/usage_compressed.h
include/usage_compressed.h: .config scripts/usage