Fix makefile dependency rule inclusion
This commit is contained in:
parent
702bea1472
commit
776d305b2d
2
Makefile
2
Makefile
@ -132,7 +132,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