diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-28 09:23:21 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-28 09:23:21 +0000 |
| commit | 2fa9bcd392be2c0ce72ee7f401860bba615b31cc (patch) | |
| tree | 9d3a5709fc95b3074ad8d39542e38ecc9401d149 /win32/Makefile.sub | |
| parent | a4fea1443a42c19e4d38a2322a85b38fba4f3fb4 (diff) | |
merges r21767 from trunk into ruby_1_9_1.
* win32/Makefile.sub (clean-ext): condition of EXTS was inverted.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
| -rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index e0021211e..c8bb336f4 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 (.) \ |
