From: Robert Swiecki Date: Mon, 25 Sep 2017 18:06:09 +0000 (+0200) Subject: makefile: missing depend on pb.o X-Git-Tag: 1.7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de9712befc9536c45928405339aa8b526b91d707;p=platform%2Fupstream%2Fnsjail.git makefile: missing depend on pb.o --- diff --git a/Makefile b/Makefile index af1e6d2..85408d1 100644 --- 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