From 049f5f3375e442865d790460596caeb5e942fa13 Mon Sep 17 00:00:00 2001 From: Carl Yeksigian Date: Fri, 5 Jul 2013 13:45:54 -0400 Subject: [PATCH] THRIFT-2082 Executing "gmake clean" is broken Patch: Pavlin Radoslavov --- compiler/cpp/Makefile.am | 2 +- lib/erl/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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_* \ -- 2.17.1