mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-26 20:00:50 +00:00
Add to .depend dependencies to eliminate an error at dependency generation time
This commit is contained in:
parent
5987ae25af
commit
d91ae1cd0e
2 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ else
|
|||
context:
|
||||
endif
|
||||
|
||||
.depend: Makefile $(TARG_SRCS)
|
||||
.depend: Makefile config.h $(TARG_SRCS)
|
||||
@$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
|
||||
@touch $@
|
||||
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ endif
|
|||
|
||||
context:
|
||||
|
||||
.depend: Makefile $(TARG_SRCS)
|
||||
.depend: Makefile config.h $(TARG_SRCS)
|
||||
@$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
|
||||
@touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue