summaryrefslogtreecommitdiffstats
path: root/common.mk
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 /common.mk
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 'common.mk')
-rw-r--r--common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index abbd1818f..0a34f11ce 100644
--- a/common.mk
+++ b/common.mk
@@ -661,10 +661,6 @@ encdb.h: $(PREP) $(srcdir)/tool/generic_erb.rb $(srcdir)/template/encdb.h.tmpl
transdb.h: $(PREP) srcs-enc $(srcdir)/tool/generic_erb.rb $(srcdir)/template/transdb.h.tmpl
$(MINIRUBY) $(srcdir)/tool/generic_erb.rb -c -o $@ $(srcdir)/template/transdb.h.tmpl $(srcdir)/enc/trans enc/trans
-# {$(VPATH)}id.h: {$(VPATH)}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
-
known_errors.inc: $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def
miniprelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb