mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
depend.mk: Add -D__MAKEDEPEND__ to DEPEND_CFLAGS
- Add -D__MAKEDEPEND__ to DEPEND_CFLAGS - Deal less verbose with (initially) missing depend.mk
This commit is contained in:
parent
fff821a3c2
commit
a0e2104011
1 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
all: depend.mk
|
DEPEND_CFLAGS += -D__MAKEDEPEND__
|
||||||
|
DEPEND_CPPFLAGS += -D__MAKEDEPEND__
|
||||||
|
all.done: depend.mk
|
||||||
|
|
||||||
include depend.mk
|
ifneq ($(MAKECMDGOALS),clean)
|
||||||
|
ifneq ($(MAKECMDGOALS),distclean)
|
||||||
|
-include depend.mk
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
clean: depclean
|
clean: depclean
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue