THRIFT-2082 Executing "gmake clean" is broken
authorCarl Yeksigian <carl@apache.org>
Fri, 5 Jul 2013 17:45:54 +0000 (13:45 -0400)
committerCarl Yeksigian <carl@apache.org>
Fri, 5 Jul 2013 17:49:15 +0000 (13:49 -0400)
Patch: Pavlin Radoslavov

compiler/cpp/Makefile.am
lib/erl/Makefile.am

index a70129a..2c3e5dc 100644 (file)
@@ -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
index 089cca5..6550b52 100644 (file)
@@ -48,7 +48,7 @@ uninstall:
 
 clean:
        ./rebar clean
-       rm .generated
+       rm -f .generated
        rm -f test/secondService_* \
                  test/aService_* \
                  test/serviceForExceptionWithAMap_* \