Skip to content

Commit

Permalink
Remove compiler/cpp/version.h in "make clean"
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@719380 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dreiss committed Nov 20, 2008
1 parent b39fa7c commit 0007248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/cpp/Makefile.am
Expand Up @@ -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

Expand Down

0 comments on commit 0007248

Please sign in to comment.