1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2009-02-04 10:10:44 +00:00
parent fbea35aa47
commit 136f31b098
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,7 @@
Wed Feb 4 19:10:42 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* Makefile.in (id.h): updates from parse.h.
Wed Feb 4 11:45:06 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/mkexports.rb: shouldn't export DllMain.

View file

@ -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

View file

@ -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