[U-Boot] [PATCH] rules.mk: make sure we always create a .depend file

2010-10-05 Thread Wolfgang Denk
There are some cases where "make depend" would always run when entering a directory. This happened when both the $(SRCS) and $(HOSTSRCS) lists were empty (which is for example typical for the examples/api/ directory). Avoid this by making sure that a ".depend" file gets always created, even if em

Re: [U-Boot] [PATCH] rules.mk: make sure we always create a .depend file

2010-10-05 Thread Detlev Zundel
Hi Wolfgang, > There are some cases where "make depend" would always run when > entering a directory. This happened when both the $(SRCS) and > $(HOSTSRCS) lists were empty (which is for example typical for the > examples/api/ directory). Avoid this by making sure that a ".depend" > file gets al

Re: [U-Boot] [PATCH] rules.mk: make sure we always create a .depend file

2010-10-06 Thread Wolfgang Denk
In message <1286280535-1282-1-git-send-email...@denx.de> you wrote: > There are some cases where "make depend" would always run when > entering a directory. This happened when both the $(SRCS) and > $(HOSTSRCS) lists were empty (which is for example typical for the > examples/api/ directory). Av