From 0243b1d29c4992654b04926bb92eb0e72d6c0e31 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 25 Jan 2009 03:03:00 +0000 Subject: * win32/Makefile.sub (clean-ext): condition of EXTS was inverted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 28542a1870..b3862c47c4 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -729,7 +729,7 @@ distclean: @-rmdir $(EXTOUT:/=\) clean-ext distclean-ext realclean-ext:: -!if "$(EXTS)" == "" +!if "$(EXTS)" != "" @for %I in ($(EXTS)) \ !else @for /R ext %I in (.) \ -- cgit v1.2.3