* device/include/Makefile.in (install),
[fw/sdcc] / device / include / Makefile.in
index 42ead5267f9de63a361c786f2329394aeb2973ef..594e8575da8c057163c9072c0090eb1e2d00e0de 100644 (file)
@@ -44,7 +44,7 @@ install: all installdirs
         if [ "`grep pic16 ../../ports.build`" = pic16 ]; then \
                 $(CP) pic16/*.h $(sdcc_includedir)/pic16 ; \
         fi \
-       find $(sdcc_includedir) -type d -name 'CVS' -exec rm {} \;
+       rm -rf `find $(sdcc_includedir) -type d -name 'CVS'`
 
 
 # Deleting all the installed files