makefile: missing depend on pb.o 1.7
authorRobert Swiecki <robert@swiecki.net>
Mon, 25 Sep 2017 18:06:09 +0000 (20:06 +0200)
committerRobert Swiecki <robert@swiecki.net>
Mon, 25 Sep 2017 18:06:09 +0000 (20:06 +0200)
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