From 9a9f5f0f939c8abe43719a9815696cfae49b49c9 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 16 Jan 2014 05:54:32 +0000 Subject: common.mk: fix command error * common.mk (capi): flags cannot be separated by escaped newlines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 18bacc1e01..0056fa30d6 100644 --- a/common.mk +++ b/common.mk @@ -198,8 +198,7 @@ capi: $(CAPIOUT)/.timestamp PHONY $(CAPIOUT)/.timestamp: Doxyfile $(PREP) $(Q) $(MAKEDIRS) "$(@D)" $(ECHO) generating capi - - \ - $(Q) $(DOXYGEN) -b + -$(Q) $(DOXYGEN) -b $(Q) $(MINIRUBY) -e 'File.open(ARGV[0], "w"){|f| f.puts(Time.now)}' "$@" Doxyfile: $(srcdir)/template/Doxyfile.tmpl $(PREP) $(srcdir)/tool/generic_erb.rb $(RBCONFIG) -- cgit v1.2.3