mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in: ".DEFAULT" target removed because it is not for
specifying default target. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
47b12b49e5
commit
3699a6035e
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Mar 4 19:41:40 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* Makefile.in: ".DEFAULT" target removed because it is not for
|
||||
specifying default target.
|
||||
|
||||
Tue Mar 4 00:25:35 2014 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||
|
||||
* lib/find.rb (Find#find): should pass ignore_error option to enumerators.
|
||||
|
|
|
@ -194,8 +194,6 @@ configure_args = @configure_args@
|
|||
|
||||
all:
|
||||
|
||||
.DEFAULT: all
|
||||
|
||||
# Prevent GNU make v3 from overflowing arg limit on SysV.
|
||||
.NOEXPORT:
|
||||
|
||||
|
|
Loading…
Reference in a new issue