1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* enc/Makefile.in (distclean): should not remove sources which are

distributed in tarball.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-11-14 08:57:53 +00:00
parent b5c3fb2465
commit 54e1affd16
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Sun Nov 14 17:57:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/Makefile.in (distclean): should not remove sources which are
distributed in tarball.
Sun Nov 14 16:48:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (parser_set_token_info): turn on/off with directives.

View file

@ -67,6 +67,6 @@ make-workdir:
clean:
distclean: clean clean-srcs
distclean: clean
@$(RM) enc.mk
realclean: distclean
realclean: distclean clean-srcs