summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 09:23:21 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 09:23:21 +0000
commitef5a94ac959eb61645576cfd1582c1843e7893fe (patch)
tree9d3a5709fc95b3074ad8d39542e38ecc9401d149 /win32
parenta93b377bb0d1bcf237ed08d2fc87a63932407383 (diff)
merges r21767 from trunk into ruby_1_9_1.
* win32/Makefile.sub (clean-ext): condition of EXTS was inverted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index e0021211ef..c8bb336f4d 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -725,7 +725,7 @@ distclean:
@-rmdir $(EXTOUT:/=\)
clean-ext distclean-ext realclean-ext::
-!if "$(EXTS)" == ""
+!if "$(EXTS)" != ""
@for %I in ($(EXTS)) \
!else
@for /R ext %I in (.) \