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

* common.mk (realclean-local): added newline.c.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-09-01 16:33:26 +00:00
parent aa029500bf
commit 1ff83a064f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Sep 2 01:31:45 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* common.mk (realclean-local): added newline.c.
Tue Sep 2 01:19:15 2008 Tanaka Akira <akr@fsij.org>
* transcode_data.h (BYTE_LOOKUP): change to uintptr_t array.

View file

@ -345,7 +345,7 @@ distclean-enc: clean-enc
realclean:: realclean-ext realclean-local realclean-enc
realclean-local:: distclean-local
@$(RM) parse.c parse.h lex.c revision.h
@$(RM) parse.c parse.h lex.c newline.c revision.h
realclean-ext::
realclean-enc:: distclean-enc