Fix the make release target.
diff --git a/Makefile b/Makefile
index 3ce8237..8af0790 100644
--- a/Makefile
+++ b/Makefile
@@ -356,17 +356,17 @@
 	find busybox-$(VERSION)/ -type d	\
 				 -name CVS	\
 				 -print		\
-		-exec rm -rf {} \;              \
+		-exec rm -rf {} \; ;            \
 						\
 	find busybox-$(VERSION)/ -type f	\
 				 -name .cvsignore \
 				 -print		\
-		-exec rm -f {}  \;              \
+		-exec rm -f {}  \; ;            \
 						\
 	find busybox-$(VERSION)/ -type f	\
 				 -name .\#*	\
 				 -print		\
-		-exec rm -f {} \;               \
+		-exec rm -f {} \;  ;            \
 						\
 	tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;