summaryrefslogtreecommitdiff
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
commit8063c2b2e34222884237794d1cdc381765a35d8b (patch)
tree629d6ef75d3e336ce81d24359aaae327bd57c1f2 /common.mk
parent2effce2eb5b5c670aa807ba0e30be3668eac2fbf (diff)
* common.mk (node_name.inc): use $? instead of $< for nmake.
[ruby-dev:31356] git-svn-id: svn+ssh://ci.ruby-lang.org/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 2921c2a30d..eef59e462f 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)