makefile: missing depend on pb.o

This commit is contained in:
Robert Swiecki 2017-09-25 20:02:07 +02:00
parent 8a263cd189
commit 9e49e2fa65
2 changed files with 3 additions and 1 deletions

View File

@ -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)