summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-27 13:43:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-27 13:43:43 +0000
commitc2d7776f855420f5e728608c9e361dcfdf32aecf (patch)
treec9bcf1054228de19bc38f7fbad2fcdeb63c9ede0 /win32
parent35259b72f20eb289f6ca0e8c1a9e368f47193420 (diff)
* win32/Makefile.sub: fix config.h path to include.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a796b32356..1358d3217b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -451,8 +451,8 @@ config.status: $(CONFIG_H)
BANG = !
-!if exist(config.h)
-!include config.h
+!if exist($(RUBY_CONFIG_H))
+!include $(RUBY_CONFIG_H)
!endif
guard = INCLUDE_RUBY_CONFIG_H