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:
parent
fbea35aa47
commit
136f31b098
3 changed files with 9 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue