summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-17 16:38:54 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-17 16:38:54 +0000
commitc2fab593410a6bb9c15979114ec904e1d029133a (patch)
treef1148012a905c5fed0d2f504b5e74b4094b2e88a /common.mk
parent9dd20d027ca8f3526b3f991444436baec9576087 (diff)
* common.mk: use added options for generic_erb.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 773c3f34d8..dc80dea5a1 100644
--- a/common.mk
+++ b/common.mk
@@ -650,7 +650,7 @@ transdb.h: $(PREP) srcs-enc
# $(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.h
known_errors.inc: $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def
- $(BASERUBY) $(srcdir)/tool/generic_erb.rb $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def > $@
+ $(BASERUBY) $(srcdir)/tool/generic_erb.rb -c -o $@ $(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 $@