Don’t use $(builddir)
$(builddir) is always ., except apparently on automake 1.9 which doesn’t define it. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
@@ -6,7 +6,7 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS) -fno-default-inline -pipe
|
||||
SUFFIXES = .proto .pb.cc
|
||||
|
||||
.proto.pb.cc:
|
||||
$(AM_V_GEN)$(PROTOC) --cpp_out=$(builddir) -I$(srcdir) $<
|
||||
$(AM_V_GEN)$(PROTOC) --cpp_out=. -I$(srcdir) $<
|
||||
|
||||
noinst_LIBRARIES = libmoshprotos.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user