aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-07 18:33:06 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-07 18:33:06 +0000
commit9b5c0b7611d706a1ff4b7747171a4c044bcd0378 (patch)
treee68965d7af0fdb9fe8516d519cc7666fcebfa5e5 /Makefile
parent812d46667d8f558f58f1e668169d359b1203c5ef (diff)
downloadbusybox-9b5c0b7611d706a1ff4b7747171a4c044bcd0378.tar.gz
More adjustments
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f49f0a52..f1f25cd43 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,6 @@ install: busybox busybox.links
dist: release
release: distclean
- (cd .. ; rm -rf busybox-$(VERSION) ; cp -a busybox busybox-$(VERSION); rm -rf busybox-$(VERSION)/CVS busybox-$(VERSION)/.cvsignore ; tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION))
+ (cd .. ; rm -rf busybox-$(VERSION) ; cp -a busybox busybox-$(VERSION); rm -rf busybox-$(VERSION)/CVS busybox-$(VERSION)/scripts/CVS busybox-$(VERSION)/docs/CVS busybox-$(VERSION)/.cvsignore ; tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION))