* 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
Родитель b5c3fb2465
Коммит 54e1affd16
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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.

Просмотреть файл

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