Add to .depend dependencies to eliminate an error at dependency generation time
This commit is contained in:
parent
5987ae25af
commit
d91ae1cd0e
@ -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…
Reference in New Issue
Block a user