summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-29 04:07:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-29 04:07:03 +0000
commitafa7b27e8b40a6820d13290aa607247db1e7e90a (patch)
treea16ff870de89efd31371d05709a3ffd473ae8cc4 /Makefile.in
parent329ae7470ee851c6f8ae26804bf2b3069ff81457 (diff)
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e3c5d05f38..d201fbf59a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -348,7 +348,7 @@ clean-capi distclean-capi realclean-capi:
$(Q)$(RMALL) $(CAPIOUT)
clean-platform:
- @$(RM) $(PLATFORM_DIR)/.time
+ @$(RM) $(PLATFORM_D)
-$(Q) $(RMDIR) $(PLATFORM_DIR) 2> /dev/null || true
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)