summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 20:22:18 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 20:22:18 +0000
commitcea5aeb795149cead9a9cb151a4754c6ce185d13 (patch)
treed8f48f19769cf8eafdfea00efb3bcfedd369a2ef /Makefile.in
parentdd7f5639a989ecec4aa8a30f36e89ef40a51e284 (diff)
* Makefile.in, common.mk: move a id.h generation rule.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index fba1040008..5843ed030d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -185,9 +185,6 @@ $(srcdir)/configure: $(srcdir)/configure.in
$(CHDIR) $(srcdir) && exec $(AUTOCONF)
incs: id.h
-id.h: parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl
- $(BASERUBY) $(srcdir)/tool/generic_erb.rb --output=$@ \
- $(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.h
# Things which should be considered:
# * with gperf v.s. without gperf