The R Project SVN R

Rev

Rev 63869 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63869 Rev 74046
Line 87... Line 87...
87
	fi
87
	fi
88
## do it this way to cope with subarchitectures
88
## do it this way to cope with subarchitectures
89
distclean: clean
89
distclean: clean
90
	-@test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
90
	-@test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
91
	@if test -n "$(R_ARCH)"; then \
91
	@if test -n "$(R_ARCH)"; then \
92
	  rm -rf .$(R_ARCH) ; \
92
	  rm -Rf .$(R_ARCH) ; \
93
	fi
93
	fi
94
 
94
 
95
maintainer-clean: distclean
95
maintainer-clean: distclean
96
 
96
 
97
distdir: $(DISTFILES)
97
distdir: $(DISTFILES)