From: David Reiss Date: Thu, 20 Nov 2008 21:24:32 +0000 (+0000) Subject: Remove compiler/cpp/version.h in "make clean" X-Git-Tag: 0.2.0~406 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=466b3fafcdcc52aa6423738caf83676acc65f916;p=common%2Fthrift.git Remove compiler/cpp/version.h in "make clean" git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@719380 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index eb46a53e..024f4435 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -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