summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-04 10:10:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-04 10:10:44 +0000
commit136f31b09811c392cc0401c2639c6f8cf123f3ab (patch)
treec20bd005449fe2204c1062a08e9b465aa3ef68d4 /Makefile.in
parentfbea35aa4742671c9e1975cfb163103eec46ecff (diff)
* Makefile.in (id.h): updates from parse.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d4c42e3d0d..1f649caff0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -186,6 +186,11 @@ config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in
$(srcdir)/configure: $(srcdir)/configure.in
cd $(srcdir) && $(AUTOCONF)
+incs: id.h
+id.h: parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl
+ $(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=$@ \
+ $(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.h
+
# Things which should be considered:
# * with gperf v.s. without gperf
# * ./configure v.s. ../ruby/configure