summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 08:44:04 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 08:44:04 +0000
commita3035ce5d76e730e26a919ad2fb54af9a87343d8 (patch)
treeceb0aec1e265c6993a0fa18cac9a7ee47a407290
parentc39e0d598d5057567fbe8d01633a802ba776c294 (diff)
downloadruby-a3035ce5d76e730e26a919ad2fb54af9a87343d8.tar.gz
ruby-a3035ce5d76e730e26a919ad2fb54af9a87343d8.tar.xz
ruby-a3035ce5d76e730e26a919ad2fb54af9a87343d8.zip
Fixed build failure on some platforms.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index d31980c86..db1fc5c10 100644
--- a/common.mk
+++ b/common.mk
@@ -645,7 +645,7 @@ transdb.h: $(PREP) srcs-enc
$(IFCHANGE) "$@" "$@.new"
known_errors.inc: $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def
- $(BASERUBY) $(srcdir)/tool/generic_erb.rb $+ > $@
+ $(BASERUBY) $(srcdir)/tool/generic_erb.rb $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def > $@
miniprelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
$(BASERUBY) -I$(srcdir) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@