trim dep lines
This commit is contained in:
parent
ab52db8d5e
commit
dfd1eb0387
7
Makefile
7
Makefile
@ -292,11 +292,12 @@ include/bbconfigopts.h: .config
|
|||||||
$(top_srcdir)/scripts/config/mkconfigs > $@
|
$(top_srcdir)/scripts/config/mkconfigs > $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
depend dep $(top_builddir)/.depend: .depend
|
depend dep: .depend
|
||||||
.depend: scripts/bb_mkdep $(DEP_INCLUDES)
|
.depend: scripts/bb_mkdep $(DEP_INCLUDES)
|
||||||
@rm -f .depend
|
@rm -f .depend
|
||||||
@mkdir -p include/config
|
@mkdir -p include/config
|
||||||
scripts/bb_mkdep -c include/config.h -c include/bb_config.h -I $(top_srcdir)/include $(top_srcdir)/ > $@.tmp
|
scripts/bb_mkdep -c include/config.h -c include/bb_config.h \
|
||||||
|
-I $(top_srcdir)/include $(top_srcdir) > $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
include/config.h: .config
|
include/config.h: .config
|
||||||
@ -355,4 +356,4 @@ tags:
|
|||||||
endif # ifeq ($(skip-makefile),)
|
endif # ifeq ($(skip-makefile),)
|
||||||
|
|
||||||
.PHONY: dummy subdirs release distclean clean config oldconfig \
|
.PHONY: dummy subdirs release distclean clean config oldconfig \
|
||||||
menuconfig tags check test depend buildtree
|
menuconfig tags check test depend dep buildtree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user