mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (DOXYGEN): Define a missing variable DOXYGEN. Build
has been failing when doxygen(1) is found by configure but the variable is not defined by the system and make(1) does not allow an empty command. ("@$(DOXYGEN)" was the cause) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4f7d401d51
commit
4685b6d9c8
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Fri Mar 26 19:55:41 2010 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* Makefile.in (DOXYGEN): Define a missing variable DOXYGEN. Build
|
||||
has been failing when doxygen(1) is found by configure but the
|
||||
variable is not defined by the system and make(1) does not allow
|
||||
an empty command. ("@$(DOXYGEN)" was the cause)
|
||||
|
||||
Fri Mar 26 19:28:03 2010 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* test/ruby/test_hash.rb (test_recursive_key): recursive keys are
|
||||
|
|
|
@ -18,6 +18,7 @@ AUTOCONF = autoconf
|
|||
MKFILES = @MAKEFILES@
|
||||
BASERUBY = @BASERUBY@
|
||||
TEST_RUNNABLE = @TEST_RUNNABLE@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
|
Loading…
Reference in a new issue