summaryrefslogtreecommitdiff
path: root/enc/depend
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-30 02:00:59 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-30 02:00:59 +0000
commit6c2849dd46f77c6bf898e071ba635de1b48652e2 (patch)
tree87bd6452b1f3a70752976b624bd2b505b8b2a50e /enc/depend
parent7c1cab2a4f0322cfe37983ffb9ec620ad0b3002f (diff)
* configure.in: rm largefile.h.
* common.mk: clean golf, conf*, preludes, and so on. * enc/depend: silent and ignore error for rm. * enc/Makefile.in: should define prefix and exec_prefix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/depend')
-rw-r--r--enc/depend7
1 files changed, 1 insertions, 6 deletions
diff --git a/enc/depend b/enc/depend
index 099d827ed5..a4040f46c3 100644
--- a/enc/depend
+++ b/enc/depend
@@ -55,9 +55,4 @@ enc/<%=e%>.$(OBJEXT): $(srcdir)/enc/<%=e%>.c
% end
clean:
- $(RM) $(ENCSOS)
- $(RM) $(ENCDEFS)
- $(RM) $(ENCOBJS)
- $(RM) $(TRANSSOS)
- $(RM) $(TRANSDEFS)
- $(RM) $(TRANSOBJS)
+ @$(RM) $(ENCSOS) $(ENCDEFS) $(ENCOBJS) $(TRANSSOS) $(TRANSDEFS) $(TRANSOBJS)