mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
depend.mk: Make $(DEPEND_MK) depend on $(PREREQ_DONE)
This commit is contained in:
parent
5447b4cdb4
commit
d21d6cad8a
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ DEPEND_CFLAGS += -D__MAKEDEPEND__
|
|||
DEPEND_CPPFLAGS += -D__MAKEDEPEND__
|
||||
|
||||
DEPEND_MK = $(addprefix .,$(addsuffix .dep.mk, $(OBJ)))
|
||||
$(DEPEND_MK): $(PREREQ_DONE)
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(MAKECMDGOALS),distclean)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue