From 47839448767f922a88956a7d4a30c77c36a53304 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Mar 2005 03:52:21 +0000 Subject: * lib/mkmf.rb (create_makefile): allow putting spaces between target and colon in depend file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wince/Makefile.sub') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index c83fc85f7f..74cb43f1e1 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 -- cgit v1.2.3