summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-07 04:28:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-07 04:28:34 +0000
commit8b9f85f4065592ce90361850b14ca9f95ce84f75 (patch)
tree629d6ef75d3e336ce81d24359aaae327bd57c1f2 /common.mk
parent75dfa79fe90c5ec9d9e2166524af58fd0b57cfd7 (diff)
downloadruby-8b9f85f4065592ce90361850b14ca9f95ce84f75.tar.gz
ruby-8b9f85f4065592ce90361850b14ca9f95ce84f75.tar.xz
ruby-8b9f85f4065592ce90361850b14ca9f95ce84f75.zip
* common.mk (node_name.inc): use $? instead of $< for nmake.
[ruby-dev:31356] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 2921c2a30..eef59e462 100644
--- a/common.mk
+++ b/common.mk
@@ -615,7 +615,7 @@ vm.inc: $(srcdir)/template/vm.inc.tmpl
incs: $(INSNS) node_name.inc
node_name.inc: {$(VPATH)}node.h
- $(BASERUBY) -n $(srcdir)/tool/node_name.rb $< > $@
+ $(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@
docs:
$(BASERUBY) -I$(srcdir) $(srcdir)/tool/makedocs.rb $(INSNS2VMOPT)