summaryrefslogtreecommitdiffstats
path: root/wince/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-05 03:52:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-05 03:52:21 +0000
commit26947723b42e8a09a33cf1d70caa30dd203e9943 (patch)
tree07ff79bc2fa6912085c71f2597ac53f38810bf71 /wince/Makefile.sub
parent839eb1a2d711d60dab1abde2fbe5fb52c4338db1 (diff)
downloadruby-26947723b42e8a09a33cf1d70caa30dd203e9943.tar.gz
ruby-26947723b42e8a09a33cf1d70caa30dd203e9943.tar.xz
ruby-26947723b42e8a09a33cf1d70caa30dd203e9943.zip
* lib/mkmf.rb (create_makefile): allow putting spaces between target
and colon in depend file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index c83fc85f7..74cb43f1e 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -194,7 +194,7 @@ BANG = !
!include config.h
!endif
-$(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub
+$(CONFIG_H): $(MKFILES) $(srcdir)/wince/Makefile.sub
@echo Creating config.h
@$(srcdir:/=\)\win32\ifchange.bat config.h <<
#define STDC_HEADERS 1