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:
8a263cd
)
makefile: missing depend on pb.o
author
Robert Swiecki
<robert@swiecki.net>
Mon, 25 Sep 2017 18:02:07 +0000
(20:02 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 25 Sep 2017 18:02:07 +0000
(20:02 +0200)
Makefile
patch
|
blob
|
history
contain.h
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
08d7a84
..
af1e6d2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-76,6
+76,8
@@
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)
diff --git
a/contain.h
b/contain.h
index
edba108
..
31c8714
100644
(file)
--- a/
contain.h
+++ b/
contain.h
@@
-26,7
+26,7
@@
#include "common.h"
-bool containSetupFD(struct nsjconf_t *nsjconf, int fd_in, int fd_out, int fd_err);
+bool containSetupFD(struct nsjconf_t *
nsjconf, int fd_in, int fd_out, int fd_err);
bool containContain(struct nsjconf_t *nsjconf);
#endif /* NS_CONTAIN_H */