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

X-SVN-Rev: 2838
This commit is contained in:
Yves Arrouye 2000-10-28 04:04:26 +00:00
parent 67b8697633
commit 059aa02203

View File

@ -73,7 +73,8 @@ clean:
# Add here commands to clean up after the build process.
-$(MAKE) -C $(builddir) distclean
-$(RM) `find $(builddir)/samples $(builddir)/test -name Makefile`
#-$(RM) `find $(builddir)/samples $(builddir)/test -name Makefile -print`
-$(RM) `find $(builddir) -name Makefile -print`
$(RM) $(addprefix debian/,$(DEBIAN_FILES))
dh_clean