From 721995d00aedd42856653f1135c41f9736501590 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Fri, 11 Sep 2009 22:08:40 +0000 Subject: Fix cross-compiling when building in a dedicated build directory. Fix pointed out by Pierre Kestener. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f009838e..2b1d6da1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -234,7 +234,7 @@ BUILT_SOURCES = $(protoc_outputs) if USE_EXTERNAL_PROTOC unittest_proto_middleman: $(protoc_inputs) - $(PROTOC) -I$(srcdir) --cpp_out=. $(protoc_inputs) + $(PROTOC) -I$(srcdir) --cpp_out=. $^ touch unittest_proto_middleman else -- cgit v1.2.3