From 4685b6d9c848b6627323e4356c95a8c965d94c50 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 26 Mar 2010 11:19:22 +0000 Subject: * 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 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index bec0327828..c87115dcbd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,6 +18,7 @@ AUTOCONF = autoconf MKFILES = @MAKEFILES@ BASERUBY = @BASERUBY@ TEST_RUNNABLE = @TEST_RUNNABLE@ +DOXYGEN = @DOXYGEN@ prefix = @prefix@ exec_prefix = @exec_prefix@ -- cgit v1.2.3