From de9712befc9536c45928405339aa8b526b91d707 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Mon, 25 Sep 2017 20:06:09 +0200 Subject: [PATCH] makefile: missing depend on pb.o --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.34.1