commit | 049f5f3375e442865d790460596caeb5e942fa13 | [log] [tgz] |
---|---|---|
author | Carl Yeksigian <carl@apache.org> | 周五 7月 05 13:45:54 2013 -0400 |
committer | Carl Yeksigian <carl@apache.org> | 周五 7月 05 13:49:15 2013 -0400 |
tree | d3fedfb1d7d5f136af5a794843411ddd0fbe1ae4 | |
parent | 866c23b5d134f9d782114cb66638d71661937532 [diff] |
THRIFT-2082 Executing "gmake clean" is broken Patch: Pavlin Radoslavov
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index a70129a..2c3e5dc 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am
@@ -108,6 +108,6 @@ clean-local: $(RM) thriftl.cc thrifty.cc thrifty.h thrifty.hh version.h windows/version.h - echo '#include "thrifty.h"' > compiler/cpp/thrifty.hh + echo '#include "thrifty.h"' > thrifty.hh src/main.cc: version.h