Remove compiler/cpp/version.h in "make clean"
authorDavid Reiss <dreiss@apache.org>
Thu, 20 Nov 2008 21:24:32 +0000 (21:24 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 20 Nov 2008 21:24:32 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@719380 13f79535-47bb-0310-9956-ffa450edef68

compiler/cpp/Makefile.am

index eb46a53..024f443 100644 (file)
@@ -83,7 +83,7 @@ thrift_LDADD = @LEXLIB@
 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