diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-01 16:33:26 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-01 16:33:26 +0000 |
commit | 1ff83a064f06213f98e5234d91eeb2df0a5bc74b (patch) | |
tree | a5bbfbaaba10a2fac0ad65ced33034167fb6bd2e | |
parent | aa029500bffb2e92572132cf3c50bfbb63b82c7a (diff) |
* common.mk (realclean-local): added newline.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | common.mk | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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 |