summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-09 20:02:28 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-09 21:16:05 +0900
commitfcf37ca2fef8248966dcd9143aaea569fc87953c (patch)
treefa57e11b4e6bc2397a754fca2d7c6531e4536fb2 /win32/Makefile.sub
parent79f0e7aafd0532666a00a49ef8feb838b5e9e208 (diff)
Fix builtin scirpt paths
Do not search builtin scripts by using VPATH, to get rid of weird nmake VPATH.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2665
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a2d9d0db1c..a2521d4ed5 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1284,9 +1284,6 @@ $(ruby_pc): $(RBCONFIG)
$(ECHO) preprocessing $(<:\=/)
$(Q) $(CC) $(XCFLAGS) $(CPPFLAGS) -P $(CSRCFLAG)$(<:\=/)
-{$(srcdir)}.rb.rbinc:
- $(Q) $(BASERUBY) $(srcdir)/tool/mk_builtin_loader.rb $<
-
.rc.res:
$(ECHO) compiling $(<:\=/)
$(Q) $(RC) $(RCFLAGS) -I. -I$(<D) $(iconinc) -I$(srcdir)/win32 $(RFLAGS) -fo$@ $(<:\=/)