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:
9e49e2f
)
makefile: missing depend on pb.o
1.7
author
Robert Swiecki
<robert@swiecki.net>
Mon, 25 Sep 2017 18:06:09 +0000
(20:06 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 25 Sep 2017 18:06:09 +0000
(20:06 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index af1e6d20f7240a502e5b35ec45db08205f1b578a..85408d12a8a378101b60afcbbe732ca15ef3fef4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-76,8
+76,6
@@
ifeq ("$(wildcard kafel/Makefile)","")
endif
$(MAKE) -C kafel
-$(SRCS_CXX): $(SRCS_PB_O)
-
$(SRCS_PB_O): $(SRCS_PB_CXX) $(SRCS_PB_H)
$(SRCS_PB_CXX) $(SRCS_PB_H): $(SRCS_PROTO)
@@
-115,4
+113,4
@@
user.o: user.h common.h log.h subproc.h util.h
util.o: util.h common.h log.h
uts.o: uts.h common.h log.h
cpu.o: cpu.h common.h log.h util.h
-config.o: common.h caps.h config.h log.h mount.h user.h util.h
+config.o: common.h caps.h config.h log.h mount.h user.h util.h
config.pb.h