ICU-648 find all Makefile that make distclean left over :( and delete them

X-SVN-Rev: 2839
This commit is contained in:
Yves Arrouye 2000-10-28 04:08:40 +00:00
parent 059aa02203
commit f6c4fca3ca

View file

@ -77,6 +77,7 @@ clean:
-$(RM) `find $(builddir) -name Makefile -print`
$(RM) $(addprefix debian/,$(DEBIAN_FILES))
dh_clean
$(RM) debian/*docs
if test -d $(builddir) -a $(builddir) != $(srcdir); then rmdir `find $(builddir) -type d -print | sort -r`; fi