mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Forward-ports r28360 from ruby_1_9_2 into trunk.
-- * enc/Makefile.in (realclean): has been missing. necessary for make realclean-enc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0c5b7fd01b
commit
60b41810f8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Jun 18 01:33:21 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* enc/Makefile.in (realclean): has been missing. necessary
|
||||
for make realclean-enc.
|
||||
|
||||
Fri Sep 3 23:51:26 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/pathname/pathname.c (path_socket_p): Pathname#socket?
|
||||
|
|
|
@ -63,3 +63,4 @@ clean:
|
|||
|
||||
distclean: clean clean-srcs
|
||||
@$(RM) enc.mk
|
||||
realclean: distclean
|
||||
|
|
Loading…
Reference in a new issue