diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-19 09:29:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-19 09:29:32 +0000 |
commit | 30f0f2d0407062cbb6231a0a335caeb9416cd2e9 (patch) | |
tree | 51529cc6eca7796bd48770694d40eb7db594e392 /debian/rules | |
parent | b108a5b780a130b34aff4260583444e163fd6bd2 (diff) | |
download | busybox-w32-30f0f2d0407062cbb6231a0a335caeb9416cd2e9.tar.gz busybox-w32-30f0f2d0407062cbb6231a0a335caeb9416cd2e9.tar.bz2 busybox-w32-30f0f2d0407062cbb6231a0a335caeb9416cd2e9.zip |
Fix a stupid bug, where I cleaned things as the last makefile target. duh.
-Erik
Diffstat (limited to '')
-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: $@" |