Fix makefile dependency rule inclusion
This commit is contained in:
parent
8ada484dad
commit
708ece10df
@ -147,7 +147,7 @@ clean:
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
else
|
else
|
||||||
|
|
||||||
DEPENDS := $(OFILES:.o=.d)
|
DEPENDS := $(foreach file,$(OFILES:.o=.d),$(DEPSDIR)/$(file))
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# main targets
|
# main targets
|
||||||
|
Loading…
Reference in New Issue
Block a user