* 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:
parent
aa029500bf
commit
1ff83a064f
@ -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>
|
Tue Sep 2 01:19:15 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* transcode_data.h (BYTE_LOOKUP): change to uintptr_t array.
|
* transcode_data.h (BYTE_LOOKUP): change to uintptr_t array.
|
||||||
|
@ -345,7 +345,7 @@ distclean-enc: clean-enc
|
|||||||
|
|
||||||
realclean:: realclean-ext realclean-local realclean-enc
|
realclean:: realclean-ext realclean-local realclean-enc
|
||||||
realclean-local:: distclean-local
|
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-ext::
|
||||||
realclean-enc:: distclean-enc
|
realclean-enc:: distclean-enc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user