From 857776317249d5945b6e6be3d65bea9c32bb9573 Mon Sep 17 00:00:00 2001 From: yedf Date: Fri, 20 Jan 2017 15:20:19 +0800 Subject: [PATCH] update makefile in protobuf --- protobuf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf/Makefile b/protobuf/Makefile index 474b74e..ace5ca7 100644 --- a/protobuf/Makefile +++ b/protobuf/Makefile @@ -20,8 +20,8 @@ PROGRAMS = test default: $(PROGRAMS) -$(PROGRAMS): ../libhandy.a $(OBJS) - $(CXX) -o $@ $^ msg.pb.cc $(LDFLAGS) `pkg-config --libs protobuf` +$(PROGRAMS): $(OBJS) + $(CXX) -o $@ $^ msg.pb.cc $(LDFLAGS) `pkg-config --libs protobuf` -lhandy $(OBJS): middle