diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-19 09:29:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-19 09:29:32 +0000 |
commit | ca7bf97e98b549214a36f2c715e02b9957e73a80 (patch) | |
tree | 51529cc6eca7796bd48770694d40eb7db594e392 /debian | |
parent | e986a42e0cf4a23f0c7e22673432ca4ced000ca4 (diff) | |
download | busybox-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-x | debian/rules | 2 |
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. |
70 | binary-arch: busybox busybox-static clean | 70 | binary-arch: busybox busybox-static |
71 | 71 | ||
72 | busybox: install | 72 | busybox: install |
73 | @echo "--- Building: $@" | 73 | @echo "--- Building: $@" |