projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
137f660
)
Makefile: require all for depend
author
Robert Swiecki
<robert@swiecki.net>
Sat, 17 Feb 2018 14:28:13 +0000
(15:28 +0100)
committer
Robert Swiecki
<robert@swiecki.net>
Sat, 17 Feb 2018 14:28:13 +0000
(15:28 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6360c8c6ddc82b2d3a50ff2fe2e1eb0efcfa0fec..dfc49c05337cf6e527cc8ef37ebe8c2e0d11af82 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-92,7
+92,7
@@
ifneq ("$(wildcard kafel/Makefile)","")
endif
.PHONY: depend
-depend:
+depend:
all
makedepend -Y -Ykafel/include -- -- $(SRCS_CXX) $(SRCS_PB_CXX)
.PHONY: indent