Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-19 13:29:32 +0400
committerEric Andersen <andersen@codepoet.org>2000-06-19 13:29:32 +0400
commit30f0f2d0407062cbb6231a0a335caeb9416cd2e9 (patch)
tree51529cc6eca7796bd48770694d40eb7db594e392 /debian
parentb108a5b780a130b34aff4260583444e163fd6bd2 (diff)
Fix a stupid bug, where I cleaned things as the last makefile target. duh.
-Erik
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 163f1d0d4..04714d648 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,7 +67,7 @@ binary-indep:
# We have nothing to do by default.
# Build architecture-dependent files here.
-binary-arch: busybox busybox-static clean
+binary-arch: busybox busybox-static
busybox: install
@echo "--- Building: $@"