Author: dreiss
Date: Thu Nov 20 13:24:32 2008
New Revision: 719380

URL: http://svn.apache.org/viewvc?rev=719380&view=rev
Log:
Remove compiler/cpp/version.h in "make clean"

Modified:
    incubator/thrift/trunk/compiler/cpp/Makefile.am

Modified: incubator/thrift/trunk/compiler/cpp/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/Makefile.am?rev=719380&r1=719379&r2=719380&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/Makefile.am (original)
+++ incubator/thrift/trunk/compiler/cpp/Makefile.am Thu Nov 20 13:24:32 2008
@@ -83,7 +83,7 @@
 EXTRA_DIST = README
 
 clean-local:
-       $(RM) thriftl.cc thrifty.cc thrifty.h
+       $(RM) thriftl.cc thrifty.cc thrifty.h version.h
 
 src/main.cc: version.h
 


Reply via email to