diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-17 11:56:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-17 11:56:11 +0000 |
| commit | d821d9acfa503dd5c301f1ccfaa26aea1d8aa4f4 (patch) | |
| tree | 035d90c93b6e66532de041af4bd90598bab5d365 /common.mk | |
| parent | dbc024d16c94320ad151e06e89a532888d7f0bb9 (diff) | |
| download | ruby-d821d9acfa503dd5c301f1ccfaa26aea1d8aa4f4.tar.gz ruby-d821d9acfa503dd5c301f1ccfaa26aea1d8aa4f4.tar.xz ruby-d821d9acfa503dd5c301f1ccfaa26aea1d8aa4f4.zip | |
* id.h: reverted.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -645,11 +645,9 @@ transdb.h: $(PREP) srcs-enc $(MINIRUBY) $(srcdir)/enc/trans/make_transdb.rb $@.new $(srcdir)/enc/trans enc/trans $(IFCHANGE) "$@" "$@.new" -{$(VPATH)}id.h: - $(CPP) $(CPPFLAGS) -DUSE_PARSE_H $@ - -$(ID_H_TARGET): {$(VPATH)}parse.c $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl - $(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=$(srcdir)/id.h $(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.c +# {$(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 $(BASERUBY) $(srcdir)/tool/generic_erb.rb $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def > $@ |
