r1728: *** empty log message ***
[uffi.git] / Makefile
index ca29dff9ed1fc38189b8f82b2217a3481cacd644..1bbe7bc7ae844863a90f70a6f4fc685922130b58 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg, M.D.
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.29 2002/03/23 04:00:40 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.30 2002/04/01 17:16:15 kevin Exp $
 #
 # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -20,7 +20,7 @@ nothing:
 
 clean:
        @rm -f uffi-*.tar.gz uffi-*.zip
-       @find . -type d -name .bin -exec rm -rf {} \;
+       @find . -type d -name .bin |xargs rm -rf
 
 realclean: clean
        @find . -type f -name "#*" -or -name \*~ -exec rm {} \;