diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 08:40:59 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 08:40:59 +0000 |
| commit | d0694e6916fa86da92a3d1a3db78780093d5945e (patch) | |
| tree | a0686ed85c9ef924f3b23e3fddeebeebb57791a2 | |
| parent | 49fdda42c6845e70323d4fabbb8cfa51f172812a (diff) | |
| download | ruby-d0694e6916fa86da92a3d1a3db78780093d5945e.tar.gz ruby-d0694e6916fa86da92a3d1a3db78780093d5945e.tar.xz ruby-d0694e6916fa86da92a3d1a3db78780093d5945e.zip | |
* common.mk (node_name.inc, miniprelude.c, prelude.c): nmake cannot
handle target vpath in other than implicit rules.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | common.mk | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +Mon Dec 24 17:40:57 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk (node_name.inc, miniprelude.c, prelude.c): nmake cannot + handle target vpath in other than implicit rules. + Mon Dec 24 17:20:34 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * lib/{mailread.rb,getopts.rb,parsearg.rb}: removed. @@ -645,13 +645,13 @@ srcs: {$(VPATH)}parse.c {$(VPATH)}lex.c $(srcdir)/ext/ripper/ripper.c incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}revision.h -{$(srcdir)}node_name.inc: {$(VPATH)}node.h +node_name.inc: {$(VPATH)}node.h $(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@ -{$(srcdir)}miniprelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb +miniprelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $(BASERUBY) -I$(srcdir) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@ -{$(srcdir)}prelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $(srcdir)/gem_prelude.rb $(RBCONFIG) +prelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $(srcdir)/gem_prelude.rb $(RBCONFIG) $(MINIRUBY) -I$(srcdir) -I$(srcdir)/lib -rrbconfig $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $(srcdir)/gem_prelude.rb $@ |
