Fix the make release target.
authorEric Andersen <andersen@codepoet.org>
Fri, 16 Mar 2001 07:43:53 +0000 (07:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 16 Mar 2001 07:43:53 +0000 (07:43 -0000)
Makefile

index 3ce823786d8dda65243644bafeca5a3bb2399327..8af07906218cfbb8b2d922078e03dec32f8ec66b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -356,17 +356,17 @@ dist release: distclean doc
        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)/;