--- rxvt-unicode/src/Makefile.in 2006/01/22 20:39:56 1.58 +++ rxvt-unicode/src/Makefile.in 2006/01/23 09:56:47 1.59 @@ -11,8 +11,6 @@ CXX = @CXX@ CPP = @CPP@ MV = @MV@ -RM = @RM@ -RMF = @RM@ -f CP = @CP@ LN = @LN@ SED = @SED@ @@ -115,16 +113,16 @@ alldoc: clean: - $(RMF) rxvt rxvtc rxvtd perlxsi.c rxvtperl.C - $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp + rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C + rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp realclean: clean - $(RMF) tags TAGS librxvt.h + rm -f tags TAGS librxvt.h cleandir: realclean distclean: realclean - (cd $(srcdir); $(RMF) Makefile) + (cd $(srcdir); rm -f Makefile) install-perl: @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)