From: Carl Yeksigian Date: Fri, 5 Jul 2013 17:45:54 +0000 (-0400) Subject: THRIFT-2082 Executing "gmake clean" is broken X-Git-Tag: 0.9.1~46 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=049f5f3375e442865d790460596caeb5e942fa13;p=common%2Fthrift.git THRIFT-2082 Executing "gmake clean" is broken Patch: Pavlin Radoslavov --- diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index a70129a8..2c3e5dca 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -108,6 +108,6 @@ EXTRA_DIST = \ 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 diff --git a/lib/erl/Makefile.am b/lib/erl/Makefile.am index 089cca53..6550b52f 100644 --- a/lib/erl/Makefile.am +++ b/lib/erl/Makefile.am @@ -48,7 +48,7 @@ uninstall: clean: ./rebar clean - rm .generated + rm -f .generated rm -f test/secondService_* \ test/aService_* \ test/serviceForExceptionWithAMap_* \