summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-23 23:54:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-23 23:54:50 +0000
commit880f7151177ea0a9e0f715a3647d683044a8895c (patch)
treea32f561eee8c357b332bea5cdf9b6e777c736099 /common.mk
parenta8b56b9e50cd2d3680f5ebeaf359d76fe95e3afc (diff)
common.mk: remove extra slash
* common.mk (incs): remove extra slash before vm_call_iseq_optimized.inc. as nmake vpath syntax includes a separator, don't append it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52262 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 7440458d60..037be3d1ee 100644
--- a/common.mk
+++ b/common.mk
@@ -786,7 +786,7 @@ srcs-enc: $(ENC_MK)
all-incs: incs {$(VPATH)}encdb.h {$(VPATH)}transdb.h
incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}known_errors.inc \
- {$(VPATH)}/vm_call_iseq_optimized.inc $(srcdir)/revision.h \
+ {$(VPATH)}vm_call_iseq_optimized.inc $(srcdir)/revision.h \
$(REVISION_H) enc/unicode/name2ctype.h enc/jis/props.h \
{$(VPATH)}id.h {$(VPATH)}probes.dmyh