aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-19 09:29:32 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-19 09:29:32 +0000
commitca7bf97e98b549214a36f2c715e02b9957e73a80 (patch)
tree51529cc6eca7796bd48770694d40eb7db594e392 /debian
parente986a42e0cf4a23f0c7e22673432ca4ced000ca4 (diff)
downloadbusybox-w32-ca7bf97e98b549214a36f2c715e02b9957e73a80.tar.gz
busybox-w32-ca7bf97e98b549214a36f2c715e02b9957e73a80.tar.bz2
busybox-w32-ca7bf97e98b549214a36f2c715e02b9957e73a80.zip
Fix a stupid bug, where I cleaned things as the last makefile target. duh.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@658 69ca8d6d-28ef-0310-b511-8ec308f3f277
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:
67# We have nothing to do by default. 67# We have nothing to do by default.
68 68
69# Build architecture-dependent files here. 69# Build architecture-dependent files here.
70binary-arch: busybox busybox-static clean 70binary-arch: busybox busybox-static
71 71
72busybox: install 72busybox: install
73 @echo "--- Building: $@" 73 @echo "--- Building: $@"