From afa7b27e8b40a6820d13290aa607247db1e7e90a Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 29 Feb 2012 04:07:03 +0000 Subject: clean-platform * Makefile.in, win32/Makefile.sub (clean-platform): use macro instead hardcoded path names. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 86d588fb83..e62ee047d8 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -923,7 +923,7 @@ clean-capi distclean-capi realclean-capi: -$(Q)$(RMALL) $(CAPIOUT:/=\) clean-platform: - $(Q)$(RM) $(PLATFORM_DIR)\.time + $(Q)$(RM) $(PLATFORM_D:/=\) -$(Q)$(RMDIR) $(PLATFORM_DIR:/=\) clean-ext distclean-ext realclean-ext:: -- cgit v1.2.3