summaryrefslogtreecommitdiffstats
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
commit8a8e564beaca89bec32ac8b0b728d89bb02fe9fc (patch)
treec20bd005449fe2204c1062a08e9b465aa3ef68d4 /Makefile.in
parentaf1d6c825af47b96216a56519e7a7c5141346941 (diff)
downloadruby-8a8e564beaca89bec32ac8b0b728d89bb02fe9fc.tar.gz
ruby-8a8e564beaca89bec32ac8b0b728d89bb02fe9fc.tar.xz
ruby-8a8e564beaca89bec32ac8b0b728d89bb02fe9fc.zip
* Makefile.in (id.h): updates from parse.h.
git-svn-id: http://svn.ruby-lang.org/repos/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 d4c42e3d0..1f649caff 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